Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/
H A DStats.c47 static Time HC_start_time, HC_tot_time = 0; // heap census prof user time variable
157 HC_tot_time = 0; in initStats0()
738 HC_tot_time += user - HC_start_time; in stat_endHeapCensus()
1278 sum.hc_cpu_ns = HC_tot_time; in stat_exitReport()