|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


类 | |
| class | Metric |
Public 成员函数 | |
| Profiler (string name) | |
| void | Dispose () |
静态 Public 成员函数 | |
| static void | Sample () |
| static void | ReportAverage (Metric metric, StringBuilder text) |
| static void | ReportFrame (Metric metric, StringBuilder text) |
| static void | ReportAverage (StringBuilder text) |
| static void | ReportFrame (StringBuilder text) |
| static void | FormatTimeSimple (StringBuilder text, float time) |
| static void | FormatTime (StringBuilder text, float time) |
Public 属性 | |
| long | m_startTicks |
| Metric | m_metric |
静态 Public 属性 | |
| static Dictionary< string, Metric > | m_metrics = [] |
| static List< Metric > | m_sortedMetrics = [] |
| static int | m_maxNameLength |
| static bool | m_sortNeeded |
| static bool | Enabled = true |
属性 | |
| static int | MaxNameLength [get] |
| static ReadOnlyList< Metric > | Metrics [get] |
在文件 Profiler.cs 第 6 行定义.
| Game.Profiler.Profiler | ( | string | name | ) |
| void Game.Profiler.Dispose | ( | ) |
在文件 Profiler.cs 第 64 行定义.
|
static |
在文件 Profiler.cs 第 125 行定义.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
在文件 Profiler.cs 第 33 行定义.
|
static |
在文件 Profiler.cs 第 25 行定义.
| Metric Game.Profiler.m_metric |
在文件 Profiler.cs 第 31 行定义.
|
static |
在文件 Profiler.cs 第 21 行定义.
|
static |
在文件 Profiler.cs 第 23 行定义.
|
static |
在文件 Profiler.cs 第 27 行定义.
| long Game.Profiler.m_startTicks |
在文件 Profiler.cs 第 29 行定义.
|
staticget |
在文件 Profiler.cs 第 35 行定义.
|
staticget |
在文件 Profiler.cs 第 37 行定义.