Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 7871e75

Browse files
chore: remove outdated comments (#71)
1 parent 93234c7 commit 7871e75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wperf/parsers.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ void parse_events_extra(std::wstring events_str, std::map<enum evt_class, std::v
171171
/*
172172
Example string to parse:
173173
$ perf record -e arm_spe_0/branch_filter=1,jitter=1/ -- workload
174-
$ perf record -e arm_spe/branch_filter=1,jitter=1/ -- workload
175-
$ perf record -e spe/branch_filter=1,jitter=1/ -- workload
176174
*/
177175
bool parse_events_str_for_feat_spe(std::wstring events_str, std::map<std::wstring,uint64_t>& flags)
178176
{

0 commit comments

Comments
 (0)