Definition in file unified_network.cpp.
#include "stdnet.h"
#include "nel/net/unified_network.h"
#include "nel/misc/entity_id.h"
Go to the source code of this file.
Namespaces | |
namespace | NLNET |
Defines | |
#define | AUTOCHECK_DISPLAY nlwarning |
#define | TIME_BLOCK(tick, instr) |
|
|
Value: { \ TTicks _time_block_before = CTime::getPerformanceTime(); \ instr ; \ TTicks _time_block_after = CTime::getPerformanceTime(); \ tick += (_time_block_after - _before); \ } Definition at line 849 of file unified_network.cpp. |