Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart_profiler_symbols.Symbol Class Reference

Public Member Functions

 __init__ (self, offset, size, name)
 

Public Attributes

 offset
 
 size
 
 name
 

Detailed Description

Definition at line 32 of file dart_profiler_symbols.py.

Constructor & Destructor Documentation

◆ __init__()

dart_profiler_symbols.Symbol.__init__ (   self,
  offset,
  size,
  name 
)

Definition at line 34 of file dart_profiler_symbols.py.

34 def __init__(self, offset, size, name):
35 self.offset = offset
36 self.size = size
37 self.name = name
38
39

Member Data Documentation

◆ name

dart_profiler_symbols.Symbol.name

Definition at line 37 of file dart_profiler_symbols.py.

◆ offset

dart_profiler_symbols.Symbol.offset

Definition at line 35 of file dart_profiler_symbols.py.

◆ size

dart_profiler_symbols.Symbol.size

Definition at line 36 of file dart_profiler_symbols.py.


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