profiler icon indicating copy to clipboard operation
profiler copied to clipboard

A profiling and performance analysis tool for TensorFlow

Results 241 profiler issues
Sort by recently updated
recently updated
newest added

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

Add a `suppress_others` flag in `smart_suggestion.proto` to suppress other suggestions once the flag is on.

[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...