Skip to content

batesj/percetto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Percetto

Percetto is a minimal C wrapper for Perfetto SDK to enable app-specific tracing. Internally, there is a minimal implementation of TrackEvent data source.

Percetto is expected to be copied and modified. This is not because of performance concern, but more because of the currently inflexible API. It should be possible to come up with an API that is both (subjectively) flexible and efficient. Percetto can then be turned into a proper shared library.

Directory Structure

perfetto-sdk contains rules to locate and build Perfetto SDK.

src contains the source code of Percetto. It is expected to be copied and modified.

examples contains examples to demonstrate different ways of using Percetto.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.1%
  • Meson 16.9%