Fix debug module documentation discrepancies
- Fix XE_LOG macro parameter order in debug.md (category, level) was reversed - Add 'Implementation Status' section to profiler.md listing stub methods (MarkEvent, SetMarker, ExportChromeTracing) that are not yet implemented
This commit is contained in:
@@ -78,6 +78,16 @@
|
||||
|
||||
自动使用当前函数名进行分析。
|
||||
|
||||
## 实现状态
|
||||
|
||||
以下方法目前为存根(stub)实现,尚未完成功能:
|
||||
|
||||
| 方法 | 状态 |
|
||||
|------|------|
|
||||
| `void MarkEvent(const char* name, uint64_t timestamp, uint32_t threadId)` | 存根 |
|
||||
| `void SetMarker(const char* name, uint32_t color)` | 存根 |
|
||||
| `void ExportChromeTracing(const Containers::String& filePath)` | 存根 |
|
||||
|
||||
## 使用示例
|
||||
|
||||
```cpp
|
||||
|
||||
Reference in New Issue
Block a user