nomad
09/18/2019, 11:41 AMribesg
09/18/2019, 11:53 AMnomad
09/18/2019, 11:56 AMaltavir
09/18/2019, 12:08 PMnomad
09/18/2019, 12:09 PMaltavir
09/18/2019, 12:11 PMnomad
09/18/2019, 12:13 PMlouiscad
09/18/2019, 12:14 PMaltavir
09/18/2019, 12:15 PMrun, profiler could catch it. But if you have, say inline function there, it is not clear. I do not say, that there is no problem. Just that is not always this strightforward.groostav
10/07/2019, 10:11 PMsuspend fun x() becomes fun x$1() and fun x$2(), which the profiler sees, dutifully profiles, watch the resulting someAPI.addListener go off at the suspension point, and then spam-return to the parent event loop. fun x$1 and fun x$2, the before & after suspension-point parts of your suspend fun x dont have anything to do with each other as far as JProfiler is concerned.groostav
10/07/2019, 10:13 PM