We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a203f8b commit efda3b3Copy full SHA for efda3b3
bolt/include/bolt/Profile/DataAggregator.h
@@ -304,7 +304,7 @@ class DataAggregator : public DataReader {
304
/// ```
305
/// SPE branch events will have 'ADDR' set to a branch target address while
306
/// other perf or SPE events will have it set to zero.
307
- ErrorOr<std::pair<PerfBasicSample,PerfBasicSample>> parseSpeAsBasicSamples();
+ ErrorOr<std::pair<PerfBasicSample, PerfBasicSample>> parseSpeAsBasicSamples();
308
309
/// Parse a single perf sample containing a PID associated with an IP and
310
/// address.
0 commit comments