HomeSort by relevance Sort by last modified time
    Searched refs:total_nr_interrupts (Results 1 - 2 of 2) sorted by null

  /external/oprofile/gui/
oprof_start.h 161 unsigned long total_nr_interrupts; member in class:oprof_start
oprof_start.cpp 113 total_nr_interrupts(0)
422 total_nr_interrupts += dstat.nr_interrupts;
425 ss << " (" << dstat.nr_interrupts / (curr - last) << " interrupts / second, total " << total_nr_interrupts << ")";
926 total_nr_interrupts = 0;

Completed in 570 milliseconds