EvEmu
0.8.4
11 September 2021
|
#include "eve-common.h"
Go to the source code of this file.
Classes | |
class | Profiler |
Namespaces | |
Profile | |
Macros | |
Profiler.h | |
lightweight profiling code specifically for timing sections of running EvEmu application this code is very basic, and very specific. : Allan
| |
#define | sProfiler ( Profiler::get() ) |
Enumerations | |
enum | { Profile::destiny = 1, Profile::map = 2, Profile::client = 3, Profile::npc = 4, Profile::bubbles = 5, Profile::items = 6, Profile::modules = 7, Profile::functions = 8, Profile::db = 9, Profile::ship = 10, Profile::targets = 11, Profile::server = 12, Profile::missile = 13, Profile::system = 14, Profile::entityS = 15, Profile::loot = 16, Profile::salvage = 17, Profile::spawn = 18, Profile::collision = 19, Profile::drone = 20, Profile::itemload = 21, Profile::concord = 22, Profile::colony = 23, Profile::damage = 24, Profile::parseFX = 25, Profile::applyFX = 26, Profile::onTarg = 27 } |
#define sProfiler ( Profiler::get() ) |
Definition at line 109 of file Profiler.h.