SWDEV-510089 Fix rocprof segfaulting on ctrl+c (#94)
Change-Id: Iaa0f3856bb8fed174cbc935b85739414ecd44758 Signed-off-by: adapryor <Adam.pryor@amd.com>
Этот коммит содержится в:
@@ -100,7 +100,7 @@ CounterSampler::CounterSampler(rocprofiler_agent_id_t agent) : agent_(agent) {
|
||||
"Could not setup buffered service", __FILE__, __LINE__);
|
||||
}
|
||||
|
||||
CounterSampler::~CounterSampler() { rocprofiler_stop_context(ctx_); }
|
||||
CounterSampler::~CounterSampler() { ctx_ = {}; }
|
||||
|
||||
const std::string& CounterSampler::decode_record_name(
|
||||
const rocprofiler_record_counter_t& rec) const {
|
||||
|
||||
Ссылка в новой задаче
Block a user