Home
last modified time | relevance | path

Searched refs:output_ (Results 1 - 13 of 13) sorted by relevance

/developtools/hiperf/src/
H A Dreport.cpp337 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 Dreport_json_file.cpp278 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 Dsubcommand_report.cpp495 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 Dcmd_parser.cpp77 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 Di_resource_compiler.cpp29 :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 DgenBin-plugin.js45 constructor(output_, webpackPath_, workerFile_) {
46 output = output_
H A Dresource-plugin.js119 constructor(input_, output_, manifestFilePath_, watchCSSFiles_, workerFile_ = null) {
121 output = output_;
H A DgenAbc-plugin.js71 constructor(output_, arkDir_, nodeJs_, workerFile_, isDebug_) {
72 output = output_;
/developtools/global_resource_tool/include/
H A Di_resource_compiler.h43 std::string output_; member in OHOS::Global::Restool::IResourceCompiler
H A Dcmd_parser.h97 std::string output_; member in OHOS::Global::Restool::PackageParser
/developtools/hiperf/include/
H A Dsubcommand_report.h173 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::SubCommandReport
H A Dreport_json_file.h363 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::ReportJsonFile
H A Dreport.h519 FILE *output_ = nullptr; member in OHOS::Developtools::HiPerf::Report

Completed in 9 milliseconds