SWDEV-301667 - Pass reference to kernel name
Change-Id: I21abe109ddfabfe7640bf78a96c81a1317d31952
This commit is contained in:
@@ -1270,8 +1270,7 @@ class AccumulateCommand : public Command {
|
||||
|
||||
//! Add kernel name to the list if available
|
||||
void addKernelName(const std::string& kernelName) {
|
||||
// "^" is to indicate kernel is captured at instantiate
|
||||
kernelNames_.push_back("^ " + kernelName);
|
||||
kernelNames_.push_back(kernelName);
|
||||
}
|
||||
|
||||
//! Add kernel timestamp to the list if available
|
||||
|
||||
Reference in New Issue
Block a user