GfxMonitor
  public
  
  
  abstract
  @interface
  GfxMonitor
  
  
      implements
      
        Annotation
      
  
  
| android.support.test.jank.GfxMonitor | 
Annotation used to configure a gfx monitor.
Summary
| Public methods | |
|---|---|
| 
        
        
        
        
        
        String | 
      processName()
      The name of the process to monitor. | 
| Inherited methods | |
|---|---|
|  From
interface 
  
    java.lang.annotation.Annotation
  
 | |
Constants
KEY_AVG_FRAME_TIME_90TH_PERCENTILE
String KEY_AVG_FRAME_TIME_90TH_PERCENTILE
Constant Value: "gfx-avg-frame-time-90"
KEY_AVG_FRAME_TIME_95TH_PERCENTILE
String KEY_AVG_FRAME_TIME_95TH_PERCENTILE
Constant Value: "gfx-avg-frame-time-95"
KEY_AVG_FRAME_TIME_99TH_PERCENTILE
String KEY_AVG_FRAME_TIME_99TH_PERCENTILE
Constant Value: "gfx-avg-frame-time-99"
KEY_AVG_HIGH_INPUT_LATENCY
String KEY_AVG_HIGH_INPUT_LATENCY
Constant Value: "gfx-avg-high-input-latency"
KEY_AVG_SLOW_BITMAP_UPLOADS
String KEY_AVG_SLOW_BITMAP_UPLOADS
Constant Value: "gfx-avg-slow-bitmap-uploads"
KEY_MAX_FRAME_TIME_90TH_PERCENTILE
String KEY_MAX_FRAME_TIME_90TH_PERCENTILE
Constant Value: "gfx-max-frame-time-90"
KEY_MAX_FRAME_TIME_95TH_PERCENTILE
String KEY_MAX_FRAME_TIME_95TH_PERCENTILE
Constant Value: "gfx-max-frame-time-95"
KEY_MAX_FRAME_TIME_99TH_PERCENTILE
String KEY_MAX_FRAME_TIME_99TH_PERCENTILE
Constant Value: "gfx-max-frame-time-99"
KEY_MAX_HIGH_INPUT_LATENCY
String KEY_MAX_HIGH_INPUT_LATENCY
Constant Value: "gfx-max-high-input-latency"
KEY_MAX_SLOW_BITMAP_UPLOADS
String KEY_MAX_SLOW_BITMAP_UPLOADS
Constant Value: "gfx-max-slow-bitmap-uploads"
Public methods
- Annotations
- Classes
