Skip to content
Snippets Groups Projects
Commit 65c04022 authored by sof's avatar sof
Browse files

[project @ 1997-11-24 21:17:52 by sof]

COUNT_SPARK: accumulate sparksCreated
parent c9e50308
No related merge requests found
......@@ -1981,7 +1981,7 @@ ED_(True_closure);
extern I_ required_thread_count;
#ifdef PAR
#define COUNT_SPARK TSO_GLOBALSPARKS(CurrentTSO)++
#define COUNT_SPARK TSO_GLOBALSPARKS(CurrentTSO)++; sparksCreated++
#else
#define COUNT_SPARK
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment