diff options
Diffstat (limited to 'include/android/trace.h')
-rw-r--r-- | include/android/trace.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/android/trace.h b/include/android/trace.h index 6cdcfebb78..d3b1fb6dcf 100644 --- a/include/android/trace.h +++ b/include/android/trace.h @@ -14,6 +14,13 @@ * limitations under the License. */ +/** + * @file trace.h + * @brief Writes trace events to the system trace buffer. + * + * These trace events can be collected and visualized using the Systrace tool. + * For information about using the Systrace tool, read <a href="https://developer.android.com/studio/profile/systrace.html">Analyzing UI Performance with Systrace</a>. + */ #ifndef ANDROID_NATIVE_TRACE_H #define ANDROID_NATIVE_TRACE_H |