0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-28 01:04:41 +08:00

Amend last commit

This commit is contained in:
Victor Zarubkin 2016-11-23 22:51:11 +03:00
parent 0c332b9609
commit 53fd4df281

View File

@ -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)
{
}