Profile class

Profile.

Constructors

Profile({required List<ProfileNode> nodes, required num startTime, required num endTime, List<int>? samples, List<int>? timeDeltas})
Profile.fromJson(Map<String, dynamic> json)
factory

Properties

endTime num
Profiling end timestamp in microseconds.
final
hashCode int
The hash code for this object.
no setterinherited
nodes List<ProfileNode>
The list of profile nodes. First item is the root node.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samples List<int>?
Ids of samples top nodes.
final
startTime num
Profiling start timestamp in microseconds.
final
timeDeltas List<int>?
Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited