Called on each PerformanceApi object found in the global symbol location. This method should return a JSON object of the metrics that the particular performance class captured.
This method must exist on the managedApi of the main PerformanceApiManager management class. It must return the values specified in the INodeTiming interface or throw an error if performance is not enabled.
This method must exist on the managedApi of the main PerformanceApiManager management class. It must return the values specified in the ISystemInformation interface or throw an error if performance is not enabled.
Generated using TypeDoc
This interface defines the methods that should exist on any PerformanceApi class. Once initially published, changes to the prototype's of these methods should not be changed so easily. Any changes to the public facing operation of these methods will result in incompatibilities with previous versions that might be loaded and called upon exit of the main program.
{PerformanceApiManager._savePerformanceResults}