Difference between revisions of "ResetEvalTimes"

(Enterprise->Developer)
 
Line 4: Line 4:
 
== Command ResetEvalTimes ==
 
== Command ResetEvalTimes ==
  
''requires Analytica Enterprise''
+
''requires {{Analytica Developer}}''
  
 
This [[typescript]] command resets to zero evaluation times for all variables and functions as tracked in attributes [[EvaluationTime]] and [[EvaluationTimeAll]].    [[EvaluationTime]] OF x gives the CPU time in seconds to evaluate x.  [[EvaluationTimeAll]] OF x gives the CPU time to evaluate x and all its predecessors.  If a variable needs to be recalculated -- e.g. because an input changes, these attributes simply cumulate.  It is used, for example, in the [[Performance Profiler]] library.
 
This [[typescript]] command resets to zero evaluation times for all variables and functions as tracked in attributes [[EvaluationTime]] and [[EvaluationTimeAll]].    [[EvaluationTime]] OF x gives the CPU time in seconds to evaluate x.  [[EvaluationTimeAll]] OF x gives the CPU time to evaluate x and all its predecessors.  If a variable needs to be recalculated -- e.g. because an input changes, these attributes simply cumulate.  It is used, for example, in the [[Performance Profiler]] library.

Latest revision as of 17:44, 1 July 2025


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. EvaluationTime OF x gives the CPU time in seconds to evaluate x. EvaluationTimeAll OF x gives the CPU time to evaluate x and all its predecessors. If a variable needs to be recalculated -- e.g. because an input changes, these attributes simply cumulate. It is used, for example, in the Performance Profiler library.

See Also

Comments


You are not allowed to post comments.