Re: plprofiler report question - Mailing list pgsql-admin

From David G. Johnston
Subject Re: plprofiler report question
Date
Msg-id CAKFQuwYC+_SF83r=yKJDHpS2Hjq6gMhPxnu01y_xqX_ABiuZew@mail.gmail.com
Whole thread Raw
Responses Re: plprofiler report question
List pgsql-admin
On Wed, Jun 25, 2025 at 2:08 PM Sbob <sbob@quadratum-braccas.com> 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 seconds
ns is nanoseconds 1e-9 seconds

David J.

pgsql-admin by date:

Previous
From: Motog Plus
Date:
Subject: Guidance Needed: Scaling PostgreSQL for 12 TB Data Growth - New Feature Implementation
Next
From: Sbob
Date:
Subject: Re: plprofiler report question