Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h168 unsigned long total_cycles; member
169 #define PROFILE_MODEL_TOTAL_CYCLES(p) ((p)->total_cycles)
Dsim-profile.c971 unsigned long total_cycles = PROFILE_MODEL_TOTAL_CYCLES (data); in profile_print_model() local
995 COMMAS (total_cycles)); in profile_print_model()