profiling controll options

[ROCm/rocprofiler commit: 1c8f767da4]
This commit is contained in:
Evgeny
2018-02-27 13:32:11 -06:00
parent ff5b92b47b
commit c1b3fa7d52
15 changed files with 370 additions and 267 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class Xml {
AddExpr(full_tag, name, oss.str());
}
nodes_t GetNodes(std::string global_tag) { return (*map_)[global_tag]; }
nodes_t GetNodes(const std::string& global_tag) { return (*map_)[global_tag]; }
template <class F>
F ForEach(const F& f_i) {