Skip to content
Snippets Groups Projects
Commit 5c0d27ad authored by Xingran Wang's avatar Xingran Wang
Browse files

add sct timer for non batchedRMA

parent 08e1ed27
No related branches found
No related tags found
No related merge requests found
......@@ -1972,7 +1972,9 @@ getTimeStepData(int *streamActivity, const struct cdiPioConf *conf)
if (!conf->batchedRMA)
{
xdebug("%s", "not batchedRMA");
sct_start(timer_readgetbuffers);
readGetBuffers(streamIdx, conf);
sct_stop(timer_readgetbuffers);
}
}
if (conf->batchedRMA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment