mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
Silly mistake
This commit is contained in:
parent
27ec6aee7e
commit
7366defa63
@ -238,7 +238,7 @@ extern "C"{
|
||||
|
||||
::profiler::BlocksTree tree;
|
||||
tree.node = new ::profiler::SerilizedBlock(sz, data);
|
||||
tree.block_index = ++blocks_counter;
|
||||
tree.block_index = blocks_counter++;
|
||||
|
||||
if (::profiler::BLOCK_TYPE_THREAD_SIGN == baseData->getType())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user