Difference between revisions of "ResetEvalTimes"

m
Line 2: Line 2:
 
[[Category:Evaluation Functions]]
 
[[Category:Evaluation Functions]]
  
== Command ResetEvalTypes ==
+
== Command ResetEvalTimes ==
  
 
''requires Analytica Enterprise''
 
''requires Analytica Enterprise''
  
This [[typescript]] command has no parametersWhen executed, it zeroes out all evaluation time information for the [[media:Performance Profiler.ana|Performance Profiler]].  These counts track the amount of time spent within the evaluation of each variable.  The command zeroes the counts for all objects in memory.
+
This [[typescript]] command resets to zero evaluation times for all variables and functions as tracked in attributes EvaluationTime and EvaluationTimeAll that give the cumulative time used to calculate each variableIt is used for example in the [[Performance Profiler]] library.
  
 
==See Also==
 
==See Also==

Revision as of 22:20, 13 July 2018


Command ResetEvalTimes

requires Analytica Enterprise

This typescript command resets to zero evaluation times for all variables and functions as tracked in attributes EvaluationTime and EvaluationTimeAll that give the cumulative time used to calculate each variable. It is used for example in the Performance Profiler library.

See Also

Comments


You are not allowed to post comments.