[#BloombergLP-bsls-TimeUtil-getThreadUserTimer] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/TimeUtil.adoc[TimeUtil]::getThreadUserTimer :relfileprefix: ../../../ :mrdocs: Return the instantaneous values of a platform‐dependent timer for the current thread user time in absolute nanoseconds referenced to an arbitrary but fixed origin. Return ‐1 on platforms where per‐thread CPU timers are unavailable or in case of a system call failure. Note that this method is thread‐safe only if `initialize` has been called before. == Synopsis Declared in `<bsls_timeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bsls/Types/Int64.adoc[Types::Int64] getThreadUserTimer(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#