Fixing Readme & File structure & Typos
Change-Id: I354b4e0e0448c3e8555d0b766b2c410c8049c2ff
[ROCm/rocprofiler commit: f308e36798]
This commit is contained in:
کامیت شده توسط
Ammar Elwazir
والد
a305118408
کامیت
f033633c04
@@ -41,9 +41,6 @@ std::string GetRunningPath(std::string string_to_erase) {
|
||||
path.clear(); // reset path
|
||||
path.append(real_path);
|
||||
|
||||
//std::cout << path << std::endl;
|
||||
|
||||
|
||||
size_t pos = path.find(to_erase);
|
||||
if (pos != std::string::npos) path.erase(pos, to_erase.length());
|
||||
} else {
|
||||
|
||||
مرجع در شماره جدید
Block a user