Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Last active April 9, 2026 19:31
Show Gist options
  • Select an option

  • Save LethalMaus/ddb25fb37b016fb3d4bc86a1dc21d5dc to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/ddb25fb37b016fb3d4bc86a1dc21d5dc to your computer and use it in GitHub Desktop.
Perfetto trace slice naming code
trace("AppStartup") {
registerEarlyListeners()
resolveInitialState()
renderRootUi()
}
trace("RuntimeConnect") {
startLocalWatchers()
createRuntimeClient()
openRuntimeConnection()
}
trace("TransportConnect") {
bindInputChannel()
bindOutputChannel()
beginReceiveLoop()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment