Searched refs:addView (Results 1 – 2 of 2) sorted by relevance
574 Printer.addView( in main()580 Printer.addView(std::make_unique<mca::InstructionInfoView>( in main()583 Printer.addView( in main()617 Printer.addView(std::move(IV)); in main()621 Printer.addView( in main()630 Printer.addView(std::make_unique<mca::BottleneckAnalysis>( in main()635 Printer.addView(std::make_unique<mca::InstructionInfoView>( in main()639 Printer.addView(std::make_unique<mca::DispatchStatistics>()); in main()642 Printer.addView(std::make_unique<mca::SchedulerStatistics>(*STI)); in main()645 Printer.addView(std::make_unique<mca::RetireControlUnitStatistics>(SM)); in main()[all …]
58 void addView(std::unique_ptr<View> V) { in addView() function