profiler
profiler copied to clipboard
A profiling and performance analysis tool for TensorFlow
Additional time checks.
Frontend change to allow Graph Viewer link generation using programId, which has use cases in HloStats and RooflineModel.
[XProf: trace viewer] Pre-calculate visible level offsets in Timeline. This change introduces a `visible_level_offsets_` vector to store the y-offset for each level that is visually rendered. This allows for different...
Creating UI options for trace mode when capturing profiles using sampling mode
Op Profile adjustments.
Add a `suppress_others` flag in `smart_suggestion.proto` to suppress other suggestions once the flag is on.
reproduce missing tools
reproduce missing tools
[XProf: trace viewer] Only draw the visible events This change introduces binary search to determine which events in a level are visible within the current viewport. This significantly improves performance...
[XProf: trace viewer] Introduce a scheduler to manage redraws in Trace Viewer v2. This change replaces the continuous main loop with a demand-driven redraw system. The application now only redraws...