|
FireSync API
|
Represents the state of a code profiling probe.

Public Attributes | |
| k64u | count |
| Invocation count. | |
| k32u | max |
| Maximum execution time (us). | |
| k32u | min |
| Minimum execution time (us). | |
| kText64 | name |
| Descriptive label (e.g. "Camera/0/ExposureCount"). | |
| k64u | sum |
| Sum of execution times (us). | |
| k32u | value |
| Most recent execution time (us). | |