/developtools/hiperf/src/ |
H A D | report.cpp | 337 if (fprintf(output_, "\n") < 0) { in OutputStdStatistics() 340 if (fprintf(output_, "Event: %s (type %" PRIu32 " id %" PRIu64 ")\n", config.eventName_.c_str(), in OutputStdStatistics() 344 if (fprintf(output_, "Samples Count: %" PRIu64 "\n", config.sampleCount_) < 0) { in OutputStdStatistics() 348 fprintf(output_, "Time in ns: "); in OutputStdStatistics() 350 fprintf(output_, "Event Count: "); in OutputStdStatistics() 352 fprintf(output_, "%" PRIu64 "\n", config.eventCount_); in OutputStdStatistics() 359 if (fprintf(output_, "%-*s ", FULL_PERCENTAGE_LEN, head.c_str()) < 0) { in OutputStdHead() 365 fprintf(output_, "%-*s ", FULL_PERCENTAGE_DIFF_LEN, diff.c_str()); in OutputStdHead() 383 if (fprintf(output_, "%-*s ", (remainingWidth > 0) ? static_cast<unsigned int>(key.maxLen_) : 0, in OutputStdHead() 390 if (fprintf(output_, "\ in OutputStdHead() [all...] |
H A D | report_json_file.cpp | 278 OutputJsonPair(output_, "deviceTime", in OutputJsonFeatureString() 284 OutputJsonPair(output_, "deviceType", device); in OutputJsonFeatureString() 286 OutputJsonPair(output_, "osVersion", recordFileReader_->GetFeatureString(FEATURE::OSRELEASE)); in OutputJsonFeatureString() 288 OutputJsonPair(output_, "deviceCommandLine", in OutputJsonFeatureString() 291 OutputJsonPair(output_, "totalRecordSamples", sampleCount_); in OutputJsonFeatureString() 308 OutputJsonMap(output_, "processNameMap", jsonProcesses); in OutputJsonRuntimeInfo() 310 OutputJsonMap(output_, "threadNameMap", jsonThreads); in OutputJsonRuntimeInfo() 318 OutputJsonVectorList(output_, "symbolsFileList", jsonFilePaths); in OutputJsonRuntimeInfo() 319 if (fprintf(output_, ",") < 0) { in OutputJsonRuntimeInfo() 323 OutputJsonFunctionMap(output_); in OutputJsonRuntimeInfo() [all...] |
H A D | subcommand_report.cpp | 495 if (fprintf(output_, "<<Hiperf Report%s>>\n", diffMode_ ? " Diff" : "") < 0) { in OutputStd() 508 fprintf(output_, "%s: %s\n", in OutputStd() 515 fprintf(output_, "cpu off mode: enabled\n"); in OutputStd() 520 GetReport(FIRST).OutputStd(output_); in OutputStd() 524 GetReport(FIRST).OutputStdDiff(output_, GetReport(SECOND)); in OutputStd() 532 if (output_ == nullptr) { in OutputReport() 537 return reportJsonFile_->OutputJson(output_); in OutputReport() 561 output_ = fopen(resolvedPath.c_str(), "w"); in PrepareOutput() 562 if (output_ == nullptr) { in PrepareOutput() 569 output_ in PrepareOutput() [all...] |
/developtools/global_resource_tool/src/ |
H A D | cmd_parser.cpp | 77 return output_; in GetOutput() 176 if (!output_.empty()) { in AddOutput() 177 cerr << "Error: double output " << output_ << " vs " << argValue << endl; in AddOutput() 181 output_ = ResourceUtil::RealPath(argValue); in AddOutput() 182 if (output_.empty()) { in AddOutput() 186 if (!IsAscii(output_)) { in AddOutput() 271 if (output_.empty()) { in CheckParam()
|
H A D | i_resource_compiler.cpp | 29 :type_(type), output_(output) in IResourceCompiler() 162 string outputFolder = FileEntry::FilePath(output_).Append(RESOURCES_DIR) in GetOutputFolder()
|
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | genBin-plugin.js | 45 constructor(output_, webpackPath_, workerFile_) { 46 output = output_
|
H A D | resource-plugin.js | 119 constructor(input_, output_, manifestFilePath_, watchCSSFiles_, workerFile_ = null) { 121 output = output_;
|
H A D | genAbc-plugin.js | 71 constructor(output_, arkDir_, nodeJs_, workerFile_, isDebug_) { 72 output = output_;
|
/developtools/global_resource_tool/include/ |
H A D | i_resource_compiler.h | 43 std::string output_; member in OHOS::Global::Restool::IResourceCompiler
|
H A D | cmd_parser.h | 97 std::string output_; member in OHOS::Global::Restool::PackageParser
|
/developtools/hiperf/include/ |
H A D | subcommand_report.h | 173 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::SubCommandReport
|
H A D | report_json_file.h | 363 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::ReportJsonFile
|
H A D | report.h | 519 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::Report
|