AddTrace | Doclava
public abstract @interface

AddTrace

implements Annotation
com.google.firebase.perf.metrics.AddTrace

Class Overview

An annotation when applied to a method will create a Trace object with given name and insert start() at the start of the method and stop() at the end.

Summary

Public Methods
boolean enabled()
String name()
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Public Methods

public boolean enabled ()

Returns
boolean

public String name ()

Returns
String