Skip to content

Commit

Permalink
Revert "rephrase ExecutionScope name() msg, fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 18a400d.
  • Loading branch information
cvonelm authored Dec 8, 2024
1 parent cee9c26 commit 0501bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/lo2s/measurement_scope.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct MeasurementScope
case lo2s::MeasurementScopeType::CUDA:
return fmt::format("cuda kernel events for {}", scope.name());
case MeasurementScopeType::TRACEPOINT:
return fmt::format("tracepoint events for {}", scope.name());
return fmt::format("tracepoints for {}", scope.name());
default:
throw new std::runtime_error("Unknown ExecutionScopeType!");
}
Expand Down
2 changes: 1 addition & 1 deletion include/lo2s/perf/bio/writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Writer
trace::Trace& trace_;
time::Converter& time_converter_;

// Unavailable until get_tracepoints() is called
// Unabailable until get_tracepoints() is called
perf::tracepoint::TracepointEvent bio_queue_;
perf::tracepoint::TracepointEvent bio_issue_;
perf::tracepoint::TracepointEvent bio_complete_;
Expand Down

0 comments on commit 0501bf7

Please sign in to comment.