OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_instr
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/exp-bbv/
bbv_main.c
81
ULong
total_instr
; /* Total retired instruction count */
member in struct:thread_info
222
bbv_thread[current_thread].
total_instr
+=n_instrs;
235
bbv_thread[current_thread].
total_instr
++;
263
bbv_thread[current_thread].
total_instr
+=n_instrs;
483
temp[i].
total_instr
=0;
573
if (bbv_thread[i].
total_instr
!=0) {
583
(Int)(bbv_thread[i].
total_instr
/(ULong)interval_size),
585
bbv_thread[i].
total_instr
,
Completed in 371 milliseconds