1.2.1 • Published 2 years ago

symbolicate-trace v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

symbolicate-trace

This tool symbolicates cpu_profiler traces produced by Electron's contentTracing system.

The disabled-by-default-cpu_profiler tracing category records a sample of the native stack trace every 50 ms. This can be helpful in tracking down performance issues in native code.

To record such stack samples, include the disabled-by-default-cpu_profiler category in the content tracing configuration:

contentTracing.startRecording({
  included_categories: [
    'disabled-by-default-cpu_profiler',
    // ...
  ]
})

Usage

$ npx symbolicate-trace path/to/recording.trace
Reading trace...
Parsing trace...
Symbolicating...
Writing symbolicated trace to 'path/to/recording.trace.symbolicated'...
$
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.2.1

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago