You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DataModelBase/WorkerPoolManager.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ namespace ToolFramework{
127
127
voidManageWorkers(); ///< Function to manage workers and distribute jobs to be run when unthreaded if you choose to not have the managment run on a thread.
128
128
unsignedintNumThreads(); ///< Function to return the number of current worker threads
129
129
std::string GetStats(); ///< Function to get the current stats
130
+
voidGetStats(Store& output); ///< Function to get the current stats
130
131
voidPrintStats(); ///< Function to print the current stats to screen
131
132
voidClearStats(); ///< Function to clear the current stats
0 commit comments