Module: kamailio
Branch: 5.8
Commit: daf9bb1485c0fab54c23c1fbc00f88bb159fce10
URL: 
https://github.com/kamailio/kamailio/commit/daf9bb1485c0fab54c23c1fbc00f88bb159fce10

Author: Kamailio Dev <[email protected]>
Committer: Kamailio Dev <[email protected]>
Date: 2026-01-05T09:46:28+01:00

modules: readme files regenerated - modules ... [skip ci]

---

Modified: src/modules/benchmark/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/daf9bb1485c0fab54c23c1fbc00f88bb159fce10.diff
Patch: 
https://github.com/kamailio/kamailio/commit/daf9bb1485c0fab54c23c1fbc00f88bb159fce10.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!

Reply via email to