OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ticktime
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/profilers/powertop/src/
powertop.c
48
double
ticktime
= 15.0;
variable
808
ticktime
= strtod(optarg, NULL);
822
ticktime
= 5.0;
842
printf(_("Collecting data for %i seconds \n"), (int)
ticktime
);
862
tv.tv_sec =
ticktime
;
863
tv.tv_usec = (
ticktime
- tv.tv_sec) * 1000000;;
870
if (key && tv.tv_sec)
ticktime
=
ticktime
- tv.tv_sec - tv.tv_usec/1000000.0;
901
c0 = sysconf(_SC_NPROCESSORS_ONLN) *
ticktime
* 1000 * FREQ - totalticks;
906
percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) *
ticktime
* 1000 * FREQ)
[
all
...]
display.c
274
void show_timerstats(int nostats, int
ticktime
)
284
if ((lines[i].count * 1.0 /
ticktime
) >= 10.0)
290
lines[i].count * 1.0 /
ticktime
,
294
lines[i].count * 1.0 /
ticktime
,
powertop.h
111
void show_timerstats(int nostats, int
ticktime
);
Completed in 211 milliseconds