HomeSort by relevance Sort by last modified time
    Searched refs:report_stream_ (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/util/
timer.cpp 44 if (report_stream_) {
57 if (report_stream_ && usage_status_ == kSucceeded) {
68 if (!report_stream_) return;
70 report_stream_->precision(2);
71 *report_stream_ << std::fixed << std::setw(30) << tag;
74 *report_stream_ << std::setw(12) << "Failed";
76 *report_stream_ << std::setw(12) << CPUTime();
79 *report_stream_ << std::setw(12) << "Failed";
81 *report_stream_ << std::setw(12) << WallTime();
84 *report_stream_ << std::setw(12) << "Failed" << std::setw(12) << "Failed"
    [all...]
timer.h 97 : report_stream_(out),
113 // If |report_stream_| is NULL, it does nothing. Otherwise, it prints the
190 std::ostream* report_stream_; member in class:spvtools::utils::Timer
  /external/swiftshader/third_party/SPIRV-Tools/source/util/
timer.cpp 44 if (report_stream_) {
57 if (report_stream_ && usage_status_ == kSucceeded) {
68 if (!report_stream_) return;
70 report_stream_->precision(2);
71 *report_stream_ << std::fixed << std::setw(30) << tag;
74 *report_stream_ << std::setw(12) << "Failed";
76 *report_stream_ << std::setw(12) << CPUTime();
79 *report_stream_ << std::setw(12) << "Failed";
81 *report_stream_ << std::setw(12) << WallTime();
84 *report_stream_ << std::setw(12) << "Failed" << std::setw(12) << "Failed"
    [all...]
timer.h 97 : report_stream_(out),
113 // If |report_stream_| is NULL, it does nothing. Otherwise, it prints the
190 std::ostream* report_stream_; member in class:spvtools::utils::Timer

Completed in 3823 milliseconds