Thanks!
On 6/25/25 3:20 PM, David G. Johnston
wrote:
On Wed, Jun 25, 2025 at 2:08 PM Sbob <sbob@xxxxxxxxxxxxxxxxxxxxx> wrote:Sorry if this is off topic. I have setup plprofiler and generated a test
report. The times are all shown as :
self_time = 894 µs
total_time = 894 µs
not sure what the µs is, is this supposed to be milliseconds?
ms is milliseconds 1e-3 secondsµs or us is microseconds 1e-6 secondsns is nanoseconds 1e-9 seconds
David J.