Dart SDK
dart:profiler
Counter
Counter
Dart SDK
dart:profiler
Counter
class
Counter
Properties
Constructors
Dart SDK
dart:profiler
Functions
getCurrentTag
Classes
Counter
Gauge
Metric
Metrics
UserTag
A changing value. Initial value is 0.0.
Extends
Object
Metric
Counter
Properties
description
→
String
read-only, inherited
description
of this metric.
name
→
String
read-only, inherited
name
of this metric.
value
→
double
read / write
Constructors
Counter
(
String
name
,
String
description
)
Counter
Properties
description
name
value
Constructors
Counter