Home
last modified time | relevance | path

Searched refs:GC_coll_cpu (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/rts/
H A DStats.c68 static Time *GC_coll_cpu = NULL; variable
233 GC_coll_cpu = in initStats1()
252 GC_coll_cpu[i] = 0; in initGenerationStats()
547 GC_coll_cpu[gen] += stats.gc.cpu_ns; in stat_endGC()
1431 gen_stats->cpu_ns = GC_coll_cpu[g]; in stat_exitReport()
1464 if (GC_coll_cpu) { in stat_exitReport()
1465 stgFree(GC_coll_cpu); in stat_exitReport()
1466 GC_coll_cpu = NULL; in stat_exitReport()