mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
1 line
4.4 KiB
HTML
1 line
4.4 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/profiler - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="datum/controller/subsystem/profiler.html#var">Var Details</a></header><main><h1>profiler <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/profiler.html">profiler</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L1"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/mfetch_cost">mfetch_cost</a></th><td>Time it took to fetch map profile data (ms)</td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/mwrite_cost">mwrite_cost</a></th><td>Time it took to write the map file (ms)</td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/nfetch_cost">nfetch_cost</a></th><td>Time it took to fetch normal profile data (ms)</td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/nwrite_cost">nwrite_cost</a></th><td>Time it took to write the normal file (ms)</td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/send_encode_cost">send_encode_cost</a></th><td>Time it took to encode the data for redis (ms)</td></tr><tr><th><a href="datum/controller/subsystem/profiler.html#var/send_ffi_cost">send_ffi_cost</a></th><td>Time it took to send the stuff down FFI for redis (ms)</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/mfetch_cost"><aside class="declaration">var </aside>mfetch_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L13"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 13"></a></h3><p>Time it took to fetch map profile data (ms)</p><h3 id="var/mwrite_cost"><aside class="declaration">var </aside>mwrite_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L15"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 15"></a></h3><p>Time it took to write the map file (ms)</p><h3 id="var/nfetch_cost"><aside class="declaration">var </aside>nfetch_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L9"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 9"></a></h3><p>Time it took to fetch normal profile data (ms)</p><h3 id="var/nwrite_cost"><aside class="declaration">var </aside>nwrite_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L11"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 11"></a></h3><p>Time it took to write the normal file (ms)</p><h3 id="var/send_encode_cost"><aside class="declaration">var </aside>send_encode_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L17"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 17"></a></h3><p>Time it took to encode the data for redis (ms)</p><h3 id="var/send_ffi_cost"><aside class="declaration">var </aside>send_ffi_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSprofiler.dm#L19"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSprofiler.dm 19"></a></h3><p>Time it took to send the stuff down FFI for redis (ms)</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |