Feature: change profiling interface

pull/662/head
l00444296 4 years ago
parent bc21fbdb2e
commit f0bcf88234

@ -39,7 +39,7 @@ size_t GetAlignedSize(size_t size) {
}
Status ProfilingTaskInfo(OpTask *op_task) {
if (!ProfilingManager::Instance().ProfilingModelExecuteOn()) {
if (!ProfilingManager::Instance().ProfilingModelLoadOn()) {
return SUCCESS;
}

Loading…
Cancel
Save