Monitoring the Speed of write.m/save.m on a network

1 次查看(过去 30 天)
Using win7/2014a.
I am carrying out some tests with a mapped network drive. Saving/loading data from the disk is proving a major bottleneck.
I can see from task manager that the network use is tiny.
How much of the bottleneck is due to network speed, matlab execution of load/save, and disk r/w? How could I test these things?
If I found evidence that the network config was not set up optimally for my case, this would allow me to feedback to the network admin who could change things (such as the physical location of the data).
thank you

回答(2 个)

Orion
Orion 2014-11-13
to mesure execution time in matlab : tic / toc, see also cputime

Siam
Siam 2014-11-13
编辑:Siam 2014-11-13
Agree with Orion. You can try with tic/toc.
At the beginning of your process use tic and at the end of your process use toc. Will give you the execution time.

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by