bigint>
Total time spent in this functions and all other functions
called by it, in milliseconds.
- This value can also be returned by directly calling
+ The same value can be returned in microseconds by directly calling
the pg_stat_get_function_time function.
|
bigint>
Total time spent in this functions itself but not including
other functions called by it, in milliseconds.
- This value can also be returned by directly calling
+ The same value can be returned in microseconds by directly calling
the pg_stat_get_function_self_time function.