(get-db-name db)Returns a string of the db's name or nil. In command broadcast mode the db name is included in the hikari writepool name. e.g. poolname = 'PDBWritePool: foo', db name = 'foo' In normal mode no db specific name is present and function will return nil.
Returns a string of the db's name or nil. In command broadcast mode the db name is included in the hikari writepool name. e.g. poolname = 'PDBWritePool: foo', db name = 'foo' In normal mode no db specific name is present and function will return nil.
(multitime! timers & body)Like time!, but tracks the execution time in each of the supplied
timer objects
Like `time!`, but tracks the execution time in each of the supplied timer objects
(multitime!* timers f)Helper for multitime!. Given a set of timer objects and a
function, wrap the function in nested calls to time! so that
execution of the function has its execution time tracked in each of
the supplied timer objects.
Helper for `multitime!`. Given a set of timer objects and a function, wrap the function in nested calls to `time!` so that execution of the function has its execution time tracked in each of the supplied timer objects.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |