Notifications
Clear all
[Closed] How to Calculation Save file Time ?
Jun 05, 2011 2:31 am
As in, how long it takes to save a file? Look up General Event Callbacks then #filepresave and #filepostsave
Jun 05, 2011 2:31 am
[left]
[/left]
Straight from the help (almost ;))
[left][size=3]start = timeStamp()
saveMaxFile (maxfilepath+maxfilename)
end = timeStamp()
format "Processing took % seconds
" ((end - start) / 1000.0)[/size]
[/left]
[left]
[/left]