Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-12-17 18:57:42 +0300
committerRobert Adam <dev@robert-adam.de>2021-12-29 20:01:28 +0300
commitdd56e174f2941e8b17e4672a335f326e07b825cc (patch)
tree0da126c5f786b55d854e4dd57459f72f272d9981 /3rdparty
parent7419dbf28899f64f8a6e5b59d33815776a845c06 (diff)
FEAT(server): Add support for the tracy profiler
Tracy (https://github.com/wolfpld/tracy) is a profiler that is aimed at having a very low impact on the runtime performance and is thus suitable to be used in production systems to figure out what is going on and how the code is performing. For the time being, this commit instruments only the server code. Furthermore, the instrumentation is performed in a rather minimalistic way that should suffice to start profiling audio and control message processing but is definitely far from being complete. Further instrumentation will be added on-demand.
Diffstat (limited to '3rdparty')
m---------3rdparty/tracy0
1 files changed, 0 insertions, 0 deletions
diff --git a/3rdparty/tracy b/3rdparty/tracy
new file mode 160000
+Subproject 29dc2fadf9a747296739f4fb150b3fe1e848370