Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: tools/telemetry/unittest_data/timer_list

Issue 1106043003: [Telemetry] Improve _GetProcJiffies operation with using grep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unittest to better match actual /proc/timer_list file Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/telemetry/telemetry/core/platform/linux_based_platform_backend_unittest.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Timer List Version: v0.7
2 HRTIMER_MAX_CLOCK_BASES: 4
3 now at 49390649032656 nsecs
4
5 cpu: 0
6 clock 0:
7 .base: 0000000000000000
8 .index: 0
9 .resolution: 1 nsecs
10 .get_time: ktime_get
11 .offset: 0 nsecs
12 active timers:
13 #0: <0000000000000000>, hrtimer_wakeup, S:01, schedule_hrtimeout_range_clock, c ensus_census_h/2343
14 # expires at 49390651724646-49390651774646 nsecs [in 2691990 to 2741990 nsecs]
15 #1: <0000000000000000>, hrtimer_wakeup, S:01, schedule_hrtimeout_range_clock, c ensus_census_h/3680
16 # expires at 49390656983466-49390657033466 nsecs [in 7950810 to 8000810 nsecs]
17 clock 1:
18 .base: 0000000000000000
19 .index: 1
20 .resolution: 1 nsecs
21 .get_time: ktime_get_real
22 .offset: 1414432541083798144 nsecs
23 active timers:
24 #0: <0000000000000000>, hrtimer_wakeup, S:01, hrtimer_start_range_ns, mysqld/27 245
25 # expires at 1414481934522781000-1414481934522831000 nsecs [in 1414432543873748 344 to 1414432543873798344 nsecs]
26 #1: <0000000000000000>, hrtimer_wakeup, S:01, hrtimer_start_range_ns, DNS Res~v er #14/21520
27 # expires at 1414482222918140000-1414482222918190000 nsecs [in 1414432832269107 344 to 1414432832269157344 nsecs]
28 clock 2:
29 .base: 0000000000000000
30 .index: 2
31 .resolution: 1 nsecs
32 .get_time: ktime_get_boottime
33 .offset: 0 nsecs
34 active timers:
35 clock 3:
36 .base: 0000000000000000
37 .index: 3
38 .resolution: 1 nsecs
39 .get_time: ktime_get_clocktai
40 .offset: 1414432541083798144 nsecs
41 active timers:
42 .expires_next : 49390651774646 nsecs
43 .hres_active : 1
44 .nr_events : 9793846
45 .nr_retries : 580
46 .nr_hangs : 0
47 .max_hang_time : 0 nsecs
48 .nohz_mode : 2
49 .last_tick : 49390648000000 nsecs
50 .tick_stopped : 1
51 .idle_jiffies : 4307239958
52 .idle_calls : 16879086
53 .idle_sleeps : 15799778
54 .idle_entrytime : 49390647721066 nsecs
55 .idle_waketime : 49390647714831 nsecs
56 .idle_exittime : 49390647489308 nsecs
57 .idle_sleeptime : 44326049938322 nsecs
58 .iowait_sleeptime: 1007311574977 nsecs
59 .last_jiffies : 4307239958
60 .next_jiffies : 4307239968
61 .idle_expires : 49390684000000 nsecs
62 jiffies: 4307239953
OLDNEW
« no previous file with comments | « tools/telemetry/telemetry/core/platform/linux_based_platform_backend_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698