Search Results for

    Metrics Tool

    There are two options in the following to use the Metrics Tool:

    1. Install the Metrics Tool file
    2. Execute the command

    Download Metrics Tool File

    Please click here to download Metrics Tool.

    Open statistics to display relevant information

    Enter adb shell settings put system vr_metricstool_visible_mode "mode" to display statistics information.

    Statistics and its corresponding mode value:

    Metrics Mode Value
    Frame Rate Information 1
    Stale Frame Count 2
    Early Frame Count 4
    Extra Latency Mode 8
    Average Prediction Time Statistics Information 16
    CPU Utilization 32
    GPU Utilization 64
    CPU Level 128
    GPU Level 256
    Available Memory 512

    If you want to display frame rate and available memory information, with a mode value of 1 for frame rate information and 512 for available memory, you can set the mode value to 513 (1 + 512). For exmaple: adb shell settings put system vr_metricstool_visible_mode "513"

    Close statistics information

    Enter adb shell settings put system vr_metricstool_visible_mode "0" to exit information display.

    In This Article