Skip to content

Introduction

Perfetto

Perfetto is a web-based visualization tool for performance tracing and analysis. It is designed to visualize and debug system performance, and offers a user-friendly interface for analyzing time-based events. Visit the official Perfetto documentation to get the detailed information.

You can easily visualize a profiled result by dragging and dropping an output *.pb file generated by RBLN Profiler onto the Perfetto online trace viewer.

KeyBoard Shortcuts

  • common
    • ad
      • a : move backward
      • d : move forward
    • ws
      • w : zoom-in
      • s : zoom-out
  • In Windows
    • ctrl + drag : zoom in/out
    • ctrl + a : select all
  • In Mac OS
    • control + drag : zoom in/out
    • command + a : select all