| Class | Description |
|---|---|
| Config | |
| OpStats | |
| ProfileAnalyzer |
| Enum | Description |
|---|---|
| ProfileAnalyzer.OutputFormat |
TEXT: Human readable, columns padded for alignment
CSV: CSV format, comma separated |
| ProfileAnalyzer.ProfileFormat |
Chrome profiler supports 2 formats:
SameDiff == JSON Array Format TensorFlow == JSON Object Format |
| ProfileAnalyzer.SortBy |
Only applicable for profile comparisons.
PROFILE1_PC - sort by profile 1 percentage of total time PROFILE2_PC - sort by profile 2 percentage of total time RATIO - sort by highest ratio (mean op time profile 1 / mean op time profile 2) |
Copyright © 2021. All rights reserved.