Skip to content

global statistics

https://github.com/latex3/lualibs/blob/main/lualibs-trac-inf.lua


methods


statistics.hastiming


function statistics.hastiming(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.resettiming


function statistics.resettiming(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.starttiming


function statistics.starttiming(
  instance,
  reset
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.stoptiming


function statistics.stoptiming(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.benchmarktimer


function statistics.benchmarktimer(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.elapsed


function statistics.elapsed(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.currenttime


function statistics.currenttime(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.elapsedtime


function statistics.elapsedtime(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.elapsedindeed


function statistics.elapsedindeed(instance)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.elapsedseconds


function statistics.elapsedseconds(
  instance,
  rest
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.register


function statistics.register(
  tag,
  fnc
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.show


function statistics.show()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.memused


function statistics.memused()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.formatruntime


function statistics.formatruntime(runtime)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.runtime


function statistics.runtime()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.timed


function statistics.timed(
  action,
  all
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

statistics.tracefunction


function statistics.tracefunction(
  base,
  tag
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!