Namespace: performance

All documented symbols in the performance namespace.

namespace · performance

Performance logging

namespace performance

Host-controlled bounded performance logging for packages.

function · performance

start_logging

performance.start_logging(maximum_samples?) -> session_id

Starts one bounded host-wide performance log owned by the calling package.

function · performance

stop_logging

performance.stop_logging() -> stopped

Stops the active performance log when the calling package owns it.