File tree Expand file tree Collapse file tree
src/engine/renderer-vulkan/Thread Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,36 +62,36 @@ class Thread :
6262
6363 std::thread osThread;
6464
65- uint32 id;
66- uint64 runTime;
65+ uint32 id;
66+ uint64 runTime;
6767
68- Task* task;
68+ Task* task;
6969
70- bool running = true ;
71- bool exiting = false ;
70+ bool running = true ;
71+ bool exiting = false ;
7272
7373 GlobalTimer total;
7474 GlobalTimer actual;
7575 GlobalTimer threadCmd;
7676 GlobalTimer fetchIdleTimer;
77- uint64 fetchTask = 0 ;
78- uint64 fetchIdle = 0 ;
77+ uint64 fetchTask = 0 ;
78+ uint64 fetchIdle = 0 ;
7979 GlobalTimer idle;
8080 GlobalTimer executing;
8181 GlobalTimer dependencyTimer;
8282
83- uint64 fetchQueueLock;
84- uint64 fetchOuter;
83+ uint64 fetchQueueLock;
84+ uint64 fetchOuter;
8585
86- uint64 addQueueWait;
86+ uint64 addQueueWait;
8787
88- uint64 taskAdd;
89- uint64 taskSync;
88+ uint64 taskAdd;
89+ uint64 taskSync;
9090
91- uint64 taskFetchNone = 0 ;
92- uint64 taskFetchActual = 0 ;
91+ uint64 taskFetchNone = 0 ;
92+ uint64 taskFetchActual = 0 ;
9393
94- uint64 exitTime;
94+ uint64 exitTime;
9595
9696 std::unordered_map<Task::TaskFunction, TaskTime> taskTimes;
9797};
You can’t perform that action at this time.
0 commit comments