diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-07-26 21:33:36 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-26 21:33:36 -0700 |
commit | e43a2cac32cb773994b11a3d964ec4acc372d273 (patch) | |
tree | 9e281be52f9dd8b80855c7d3cb9ec3df9cdd0ad3 /src/stable/server.h | |
parent | b544779d5b759d4ab2b82654e3f53b82ea41bac7 (diff) | |
download | libbu++-e43a2cac32cb773994b11a3d964ec4acc372d273.tar.gz libbu++-e43a2cac32cb773994b11a3d964ec4acc372d273.tar.bz2 libbu++-e43a2cac32cb773994b11a3d964ec4acc372d273.tar.xz libbu++-e43a2cac32cb773994b11a3d964ec4acc372d273.zip |
Added a profiler and investageted Server.
Diffstat (limited to 'src/stable/server.h')
-rw-r--r-- | src/stable/server.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stable/server.h b/src/stable/server.h index ee76fd2..d3f0903 100644 --- a/src/stable/server.h +++ b/src/stable/server.h | |||
@@ -23,6 +23,14 @@ | |||
23 | 23 | ||
24 | #include "bu/config.h" | 24 | #include "bu/config.h" |
25 | 25 | ||
26 | #ifndef PROFILE_BU_SERVER | ||
27 | // #define PROFILE_BU_SERVER 1 | ||
28 | #endif | ||
29 | |||
30 | #ifdef PROFILE_BU_SERVER | ||
31 | #include "bu/profiler.h" | ||
32 | #endif | ||
33 | |||
26 | namespace Bu | 34 | namespace Bu |
27 | { | 35 | { |
28 | class TcpServerSocket; | 36 | class TcpServerSocket; |