Skip to content

Commit

Permalink
Delete obsolete tools, dcn collective stats and tf data bottleneck an…
Browse files Browse the repository at this point in the history
…alysis.

PiperOrigin-RevId: 734235083
  • Loading branch information
Profiler Team authored and copybara-github committed Mar 6, 2025
1 parent 10721c7 commit 8e1277e
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 723 deletions.
1 change: 0 additions & 1 deletion frontend/app/common/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const KNOWN_TOOLS = [
'pod_viewer',
'framework_op_stats',
'trace_viewer',
'tf_data_bottleneck_analysis',
];

/**
Expand Down
44 changes: 0 additions & 44 deletions frontend/app/components/dcn_collective_stats/BUILD

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/app/components/main_page/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ xprof_ng_module(
"@org_xprof//frontend/app/common/angular:angular_material_toolbar",
"@org_xprof//frontend/app/common/constants",
"@org_xprof//frontend/app/common/interfaces",
"@org_xprof//frontend/app/components/dcn_collective_stats",
"@org_xprof//frontend/app/components/empty_page",
"@org_xprof//frontend/app/components/framework_op_stats:framework_op_stats_adapter",
"@org_xprof//frontend/app/components/graph_viewer",
Expand All @@ -40,7 +39,6 @@ xprof_ng_module(
"@org_xprof//frontend/app/components/pod_viewer",
"@org_xprof//frontend/app/components/roofline_model",
"@org_xprof//frontend/app/components/sidenav",
"@org_xprof//frontend/app/components/tf_data_bottleneck_analysis",
"@org_xprof//frontend/app/components/trace_viewer",
"@org_xprof//frontend/app/services/communication_service",
"@org_xprof//frontend/app/store",
Expand Down
8 changes: 0 additions & 8 deletions frontend/app/components/main_page/main_page_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import {MatProgressBarModule} from '@angular/material/progress-bar';
import {MatSidenavModule} from '@angular/material/sidenav';
import {MatToolbarModule} from '@angular/material/toolbar';
import {RouterModule, Routes} from '@angular/router';
import {DcnCollectiveStats} from 'org_xprof/frontend/app/components/dcn_collective_stats/dcn_collective_stats';
import {DcnCollectiveStatsModule} from 'org_xprof/frontend/app/components/dcn_collective_stats/dcn_collective_stats_module';
import {EmptyPage} from 'org_xprof/frontend/app/components/empty_page/empty_page';
import {EmptyPageModule} from 'org_xprof/frontend/app/components/empty_page/empty_page_module';
import {FrameworkOpStatsAdapter, FrameworkOpStatsAdapterModule} from 'org_xprof/frontend/app/components/framework_op_stats/framework_op_stats_adapter';
Expand All @@ -32,8 +30,6 @@ import {PodViewerModule} from 'org_xprof/frontend/app/components/pod_viewer/pod_
import {RooflineModel} from 'org_xprof/frontend/app/components/roofline_model/roofline_model';
import {RooflineModelModule} from 'org_xprof/frontend/app/components/roofline_model/roofline_model_module';
import {SideNavModule} from 'org_xprof/frontend/app/components/sidenav/sidenav_module';
import {TfDataBottleneckAnalysis} from 'org_xprof/frontend/app/components/tf_data_bottleneck_analysis/tf_data_bottleneck_analysis';
import {TfDataBottleneckAnalysisModule} from 'org_xprof/frontend/app/components/tf_data_bottleneck_analysis/tf_data_bottleneck_analysis_module';
import {TraceViewer} from 'org_xprof/frontend/app/components/trace_viewer/trace_viewer';
import {TraceViewerModule} from 'org_xprof/frontend/app/components/trace_viewer/trace_viewer_module';

Expand All @@ -58,15 +54,13 @@ export const routes: Routes = [
{path: 'op_profile^', component: OpProfile},
{path: 'pod_viewer', component: PodViewer},
{path: 'pod_viewer^', component: PodViewer},
{path: 'tf_data_bottleneck_analysis^', component: TfDataBottleneckAnalysis},
{path: 'framework_op_stats', component: FrameworkOpStatsAdapter},
{path: 'framework_op_stats^', component: FrameworkOpStatsAdapter},
{path: 'trace_viewer', component: TraceViewer},
{path: 'trace_viewer#', component: TraceViewer},
{path: 'trace_viewer@^', component: TraceViewer},
{path: 'trace_viewer^', component: TraceViewer},
{path: 'graph_viewer^', component: GraphViewer},
{path: 'dcn_collective_stats^', component: DcnCollectiveStats},
{path: 'inference_profile^', component: InferenceProfile},
{path: 'inference_profile', component: InferenceProfile},
{path: 'hlo_stats', component: HloStats},
Expand Down Expand Up @@ -96,9 +90,7 @@ export const routes: Routes = [
OpProfileModule,
PodViewerModule,
GraphViewerModule,
TfDataBottleneckAnalysisModule,
FrameworkOpStatsAdapterModule,
DcnCollectiveStatsModule,
HloStatsModule,
RooflineModelModule,
InferenceProfileModule,
Expand Down
36 changes: 0 additions & 36 deletions frontend/app/components/tf_data_bottleneck_analysis/BUILD

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8e1277e

Please sign in to comment.