docs/javadoc/reference/com/facebook/imagepipeline/systrace/FrescoSystrace.html
|
|
Summary: Nested Classes | Fields | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.imagepipeline.systrace.FrescoSystrace |
This is intended as a hook into android.os.Trace, but allows you to provide your own functionality. Use it as
FrescoSystrace.beginSection("tag"); ... FrescoSystrace.endSection(); As a default, it simply calls android.os.Trace (see DefaultFrescoSystrace). You may supply your own with provide(Systrace).
| Nested Classes |
|---|
| interface |
| interface |
| Fields |
|---|
| public static final FrescoSystrace.ArgsBuilder |
| Public Methods |
|---|
| static void |
| static FrescoSystrace.ArgsBuilder |
| static void |
| static boolean |
| static void |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Convenience implementation of ArgsBuilder to use when we aren't tracing.
+Generated by Doclava. +