v8_profile library
This library contains utilities for reading and analyzing snapshot profiles
produced by --write-v8-snapshot-profile-to VM flag.
Classes
- Edge
 - Edge from Node to Node in the Snapshot graph.
 - Meta
 - Meta-information about the serialized snapshot.
 - Node
 - Node in the Snapshot graph.
 - Snapshot
 - This class represents snapshot graph.
 - SnapshotInfo
 - Class representing information about V8 snapshot profile in relation to a ProgramInfo structure that was derived from it.
 
Properties
- bucketLegend → String
 - 
  
  final
 
Functions
- 
  toProgramInfo(
Snapshot snap, {bool collapseAnonymousClosures = false}) → ProgramInfo