Searched refs:collector (Results 1 – 3 of 3) sorted by relevance
52 std::unique_ptr <BootioCollector> collector(new BootioCollector(LOG_ROOT)); in PrintBootIo() local53 if (collector.get() == NULL) { in PrintBootIo()57 collector->Print(); in PrintBootIo()100 std::unique_ptr <BootioCollector> collector(new BootioCollector(LOG_ROOT)); in StartDataCollection() local101 if (collector.get() == NULL) { in StartDataCollection()105 collector->StartDataCollection(timeout, samples); in StartDataCollection()
302 void create_workload(Collector* collector, const Command& command) { in create_workload() argument304 collector->reset(); in create_workload()306 collector->collect_metric(command.workload); in create_workload()311 void delete_workload(Collector* collector, const Command& command) { in delete_workload() argument315 collector->reset(); in delete_workload()317 collector->collect_metric(command.workload); in delete_workload()320 void move_workload(Collector* collector, const Command& command) { in move_workload() argument324 collector->reset(); in move_workload()327 collector->collect_metric(command.workload); in move_workload()332 void hardlink_workload(Collector* collector, const Command& command) { in hardlink_workload() argument[all …]
6 …tive memory leak detector. It uses an imprecise mark-and-sweep garbage collector pass over all na…