mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 08:41:02 +08:00
Amend last commit
This commit is contained in:
parent
0c332b9609
commit
53fd4df281
@ -198,7 +198,7 @@ namespace profiler {
|
||||
::profiler::thread_id_t thread_id; ///< System Id of this thread
|
||||
uint16_t depth; ///< Maximum stack depth (number of levels)
|
||||
|
||||
BlocksTreeRoot() : thread_name(""), active_time(0), thread_id(0), depth(0)
|
||||
BlocksTreeRoot() : active_time(0), thread_id(0), depth(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user