Skip to content

Commit b93ba49

Browse files
committed
Update readmes to note Perfetto Jank Detection Support
1 parent 01b7fff commit b93ba49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

PerfettoCds/ReadMe.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ data_sources: {
8888
}
8989
}
9090
}`
91+
* Perfetto Jank Detection
92+
* `data_sources: {
93+
config {
94+
name: "android.surfaceflinger.frametimeline"
95+
}
96+
}`
9197

9298

9399
## Additional Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> Tracing supported:
1010
- [LTTng](https://lttng.org) (Kernel CPU scheduling, Processes, Threads, Block IO/Disk, Syscalls, File events, etc)
1111
- [perf](https://perf.wiki.kernel.org/) CPU Sampling(cpu-clock)
12-
- [Perfetto](https://perfetto.dev/) Android & Chromium (CPU Scheduling, CPU Sampling, CPU Frequency, FTrace, Android Logs, Generic Events / Default Tracks, GPU Counters)
12+
- [Perfetto](https://perfetto.dev/) Android & Chromium (CPU Scheduling, CPU Sampling, CPU Frequency, FTrace, Android Logs, Generic Events / Default Tracks, GPU Counters, Jank Detection)
1313

1414
> Logs supported:
1515
- [Dmesg](https://en.wikipedia.org/wiki/Dmesg)

0 commit comments

Comments
 (0)