Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
explain_binary_size_delta.CrunchStatsData Class Reference
Inheritance diagram for explain_binary_size_delta.CrunchStatsData:

Public Member Functions

def __init__ (self, symbols)
 

Public Attributes

 symbols
 
 sources
 
 before_size
 
 after_size
 
 symbols_by_path
 

Detailed Description

Stores a summary of data of a certain kind.

Definition at line 277 of file explain_binary_size_delta.py.

Constructor & Destructor Documentation

◆ __init__()

def explain_binary_size_delta.CrunchStatsData.__init__ (   self,
  symbols 
)

Definition at line 280 of file explain_binary_size_delta.py.

280 def __init__(self, symbols):
281 self.symbols = symbols
282 self.sources = set()
283 self.before_size = 0
284 self.after_size = 0
285 self.symbols_by_path = {}
286
287
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not set
Definition: switches.h:76

Member Data Documentation

◆ after_size

explain_binary_size_delta.CrunchStatsData.after_size

Definition at line 284 of file explain_binary_size_delta.py.

◆ before_size

explain_binary_size_delta.CrunchStatsData.before_size

Definition at line 283 of file explain_binary_size_delta.py.

◆ sources

explain_binary_size_delta.CrunchStatsData.sources

Definition at line 282 of file explain_binary_size_delta.py.

◆ symbols

explain_binary_size_delta.CrunchStatsData.symbols

Definition at line 281 of file explain_binary_size_delta.py.

◆ symbols_by_path

explain_binary_size_delta.CrunchStatsData.symbols_by_path

Definition at line 285 of file explain_binary_size_delta.py.


The documentation for this class was generated from the following file: