profiling anonymous javascript functions (chrome)

后端 未结 3 1134
星月不相逢
星月不相逢 2021-01-17 21:57

when performance profiling in chrome anonymous high-use functions are difficult to trouble-shoot when they are listed at the root of the call tree. is there a way to determ

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-17 22:10

    Probably the easiest way is to put a console.trace() in your function.

提交回复
热议问题