Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/runcore/
H A Dsubprof.c830 # define UHUGEINTVAL_FMT "%llu" in dump_profile_data() macro
832 # define UHUGEINTVAL_FMT "%lu" in dump_profile_data() macro
856 fprintf(stderr, "summary: %d "UHUGEINTVAL_FMT"\n", totalops, totalticks); in dump_profile_data()
906 "%d %u "UHUGEINTVAL_FMT"\n", in dump_profile_data()
919 "%d %u "UHUGEINTVAL_FMT"\n", in dump_profile_data()
947 "%d %u "UHUGEINTVAL_FMT"\n", in dump_profile_data()
954 fprintf(stderr, "\ntotals: %d "UHUGEINTVAL_FMT"\n", totalops, totalticks); in dump_profile_data()