You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is called once per each epoch (107), resulting in total call time of ~3 seconds to mksqlite. @stevevanhooser What about caching the result in a temporary cache with a timeout of e.g 1 minute? Other ideas?
Repeated calls to abfloaf
There are 107 epochs, but 555 calls to read abc_header, totalling ~2 seconds.
Todo:
Can this be improved?
The text was updated successfully, but these errors were encountered:
For the NDI-Marder project, profiling the element method
plotEpochs
uncovered some performance issue.Profiling was done on session '412691d3730ea2a0_40cb949cfbed9eba', element: ntrode/dgn-1
Total time before making changes: 21.1 seconds
Repeated calls to
ndi.file.navigator/getepochfiles_number
Todo:
Repeated calls the the database to check for ingested documents with the same query parameters.
NDI-matlab/+ndi/+file/navigator.m
Lines 477 to 480 in 5705f29
This is called once per each epoch (107), resulting in total call time of ~3 seconds to mksqlite.
@stevevanhooser What about caching the result in a temporary cache with a timeout of e.g 1 minute? Other ideas?
Repeated calls to abfloaf
There are 107 epochs, but 555 calls to read abc_header, totalling ~2 seconds.
Todo:
The text was updated successfully, but these errors were encountered: