[CPU] Fix core dump issue for ENABLE_DEBUG_CAPS (#16229)
This commit is contained in:
parent
dcc8a36d88
commit
ae37ca671c
@ -256,6 +256,9 @@ void serializeToCout(const Graph &graph) {
|
||||
}
|
||||
|
||||
void summary_perf(const Graph &graph) {
|
||||
if (!graph.getGraphContext()) {
|
||||
return;
|
||||
}
|
||||
const std::string& summaryPerf = graph.getConfig().debugCaps.summaryPerf;
|
||||
|
||||
if (summaryPerf.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user