Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/rts/
H A DStats.c1068 #define MR_STAT(field_name,format,value) \ in report_machine_readable() macro
1082 MR_STAT("num_GCs", FMT_Word32, stats.gcs); in report_machine_readable()
1092 MR_STAT("mut_wall_seconds", "f", in report_machine_readable()
1110 MR_STAT("total_wall_seconds", "f", in report_machine_readable()
1123 MR_STAT("max_large_objects_bytes", FMT_Word64, in report_machine_readable()
1146 MR_STAT("productivity_wall_percent", "f", in report_machine_readable()
1163 MR_STAT("task_count", FMT_Word32, taskCount); in report_machine_readable()
1178 MR_STAT("waitForGcThreads_yield", FMT_Word64, in report_machine_readable()
1189 MR_STAT("any_work", FMT_Word64, in report_machine_readable()
1191 MR_STAT("no_work", FMT_Word64, in report_machine_readable()
[all …]