可以创建一个 UserTag 来在 DevTools CPU 分析器 中对样本进行分组。
构造函数
属性
方法
-
makeCurrent(
) → UserTag - 将此 UserTag 设置为隔离器的当前标签。返回设置前的当前标签。
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 此对象的字符串表示。继承
操作符
-
operator ==(
Object other) → bool - 等于操作符。继承
静态属性
- defaultTag → UserTag
- 标签为 'Default' 的默认 UserTag。无设置器
常量
- maxUserTags → const int
- 程序可以创建的最大 UserTag 实例数。