Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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

 __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__()

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

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: