aboutsummaryrefslogtreecommitdiff
path: root/test/metrics/android_thread_time_in_state.out
blob: 1da6c899ac995c07f0c9cd63f580709827f568d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
android_thread_time_in_state {
  processes {
    metadata {
      name: "com.google.pid5"
    }
    metrics_by_core_type {
      core_type: "unknown"
      runtime_ms: 20
    }
    threads {
      main_thread: true
      metrics_by_core_type {
        core_type: "unknown"
        runtime_ms: 20
      }
    }
  }
  processes {
    metadata {
      name: "com.google.pid11"
    }
    metrics_by_core_type {
      core_type: "unknown"
      runtime_ms: 20
    }
    threads {
      name: "tid11"
      main_thread: true
      metrics_by_core_type {
        core_type: "unknown"
        runtime_ms: 10
      }
    }
    threads {
      name: "tid12"
      main_thread: false
      metrics_by_core_type {
        core_type: "unknown"
        runtime_ms: 10
      }
    }
  }
  processes {
    metadata {
      name: "com.google.pid17"
    }
    metrics_by_core_type {
      core_type: "unknown"
      runtime_ms: 10
    }
    threads {
      main_thread: true
      metrics_by_core_type {
        core_type: "unknown"
        runtime_ms: 10
      }
    }
  }
}