Module: kamailio Branch: master Commit: 52e3de3ff4af96e37e1bc6c413af04c3ac48d42b URL: https://github.com/kamailio/kamailio/commit/52e3de3ff4af96e37e1bc6c413af04c3ac48d42b
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-12-01T11:46:10+01:00 modules: readme files regenerated - benchmark ... [skip ci] --- Modified: src/modules/benchmark/README --- Diff: https://github.com/kamailio/kamailio/commit/52e3de3ff4af96e37e1bc6c413af04c3ac48d42b.diff Patch: https://github.com/kamailio/kamailio/commit/52e3de3ff4af96e37e1bc6c413af04c3ac48d42b.patch --- diff --git a/src/modules/benchmark/README b/src/modules/benchmark/README index 7f2a0a56ece..652070f14a3 100644 --- a/src/modules/benchmark/README +++ b/src/modules/benchmark/README @@ -124,9 +124,17 @@ Chapter 1. Admin Guide adding this module's functions via the configuration file or through its API, Kamailio can log profiling information for every function. - The duration between calls to start_timer and log_timer is stored and - logged via Kamailio's logging facility. Please note that all durations - are given as microseconds (don't confuse with milliseconds!). + The duration between calls to bm_start_timer() and bm_log_timer() is + stored and logged via Kamailio's logging facility. Please note that all + durations are given as microseconds (do not confuse with milliseconds). + Support for nanosecond precission can be enabled by compiling with + librt (see the Makefile of the module). + + Note: the measurement can be done only in the context of the same + application process. It does not work to measure the duration of + execution between actions before suspending the transaction in one + process and after resuming the processing in another process (e.g., + functions from async or http_async_client modules). 2. Dependencies _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
