Home
last modified time | relevance | path

Searched refs:workloadCmd (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp258 std::string workloadCmd = "workcommand"; variable
261 protobufOutputFileWriter_->ProcessReportInfo(configNames, workloadCmd);
276 EXPECT_STREQ(message.workload_cmd().c_str(), workloadCmd.c_str()); in __anonc60d4f8d0402()
/developtools/hiperf/include/
Dreport_protobuf_file.h49 const std::string &workloadCmd);
/developtools/hiperf/src/
Dreport_protobuf_file.cpp144 const std::string &workloadCmd) in ProcessReportInfo() argument
152 info->set_workload_cmd(workloadCmd); in ProcessReportInfo()