-
Hi All, I'm trying to trace my code to understand where I can improve it, but I can't seem to get the Perfetto trace to work. I'm using the following example script from here below to test the profiling of the code with Perfetto,
However, when I run it I get the following error,
And, when I go to open the URL above it throws an error saying:
and tensorflow versions (if that's even relevant) here,
Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've found using viztracer to be a bit better experience compared to the built-in, when trying to profile JAX programs. |
Beta Was this translation helpful? Give feedback.
I've found using viztracer to be a bit better experience compared to the built-in, when trying to profile JAX programs.