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

(profiler Reader fix) Added thread_name assignment into BlocksTree::makeMove()

This commit is contained in:
Victor Zarubkin 2016-08-02 21:20:38 +03:00
parent fd67a3d81b
commit 4b0d8e5e63

View File

@ -178,6 +178,7 @@ private:
node = that.node; node = that.node;
frame_statistics = that.frame_statistics; frame_statistics = that.frame_statistics;
total_statistics = that.total_statistics; total_statistics = that.total_statistics;
thread_name = that.thread_name;
#ifdef PROFILER_COUNT_TOTAL_CHILDREN_NUMBER #ifdef PROFILER_COUNT_TOTAL_CHILDREN_NUMBER
total_children_number = that.total_children_number; total_children_number = that.total_children_number;