Profiling a function call

2023-05-19 Thread Tiffany Thang
Hi, I have a function that has been executing for a long time and not returning any results. Wait event=NULL so it seems like it is still executing and not waiting on any specific resources. Is there a way to profile the function call to get an idea of what it is currently executing within the func

Re: Profiling a function call

2023-05-21 Thread Jan Wieck
On 5/20/23 00:36, Tiffany Thang wrote: Hi, I have a function that has been executing for a long time and not returning any results. Wait event=NULL so it seems like it is still executing and not waiting on any specific resources. Is there a way to profile the function call to get an idea of wh

Re: Profiling a function call

2023-05-21 Thread Pavel Stehule
ne 21. 5. 2023 v 13:30 odesílatel Jan Wieck napsal: > On 5/20/23 00:36, Tiffany Thang wrote: > > Hi, > > I have a function that has been executing for a long time and not > > returning any results. Wait event=NULL so it seems like it is still > > executing and not waiting on any specific resource

Re: Profiling a function call

2023-05-21 Thread Tiffany Thang
Thanks, Jan and Pavel. I will check out the tracer. Tiff On Sun, May 21, 2023 at 7:43 AM Pavel Stehule wrote: > > > ne 21. 5. 2023 v 13:30 odesílatel Jan Wieck napsal: > >> On 5/20/23 00:36, Tiffany Thang wrote: >> > Hi, >> > I have a function that has been executing for a long time and not >>