Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 282 Bytes

File metadata and controls

14 lines (10 loc) · 282 Bytes

Gradle tracing plugin using androidx.tracing library

Apply

plugins {
    id("net.liutikas.tracing") version "0.0.1"
}

Run some tasks.

Open the generated trace under trace/TIMESTAMP/merged.zip in ui.perfetto.dev

Perfetto UI