About: TraceEvent   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

TraceEvent collects function call counts, calls/second, peak calls/second and average per-call memory usage of Lua global functions. The original release was designed to trace all OnEvent functions, but v1.2 allows you to specify functions by name or pattern. V1.3 now allows tracing of OO methods. TraceEvent displays the following information:

AttributesValues
rdfs:label
  • TraceEvent
rdfs:comment
  • TraceEvent collects function call counts, calls/second, peak calls/second and average per-call memory usage of Lua global functions. The original release was designed to trace all OnEvent functions, but v1.2 allows you to specify functions by name or pattern. V1.3 now allows tracing of OO methods. TraceEvent displays the following information:
dcterms:subject
dbkwik:wowwiki/pro...iPageUsesTemplate
abstract
  • TraceEvent collects function call counts, calls/second, peak calls/second and average per-call memory usage of Lua global functions. The original release was designed to trace all OnEvent functions, but v1.2 allows you to specify functions by name or pattern. V1.3 now allows tracing of OO methods. TraceEvent displays the following information: * Total: Total number of function calls (since the last reset). * CPS: Calls Per Second. CPS tracks a sliding three second window of event activity. If function calls stop completely, it will slowly decay (the window will grow larger than three seconds). If the window is not at least 0.5 seconds wide, the normal frequency calculation is not used and CPS is simply the call count. * PCPS: Peak Calls Per Second (since the last reset). This is simply the maximum CPS since the last reset. PCPS can be used for figuring out worst case latency (which often happens during combat). * Mem: Average memory allocated per call (since the last reset): The GC system only reports memory usage in 1KB chunks, so this number will not be accurate until a large sample is collected. It should be used more of an indicator of GC pressure rather than an absolute byte count of memory usage.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software