Assigned
Status Update
Comments
dh...@google.com <dh...@google.com>
ka...@google.com <ka...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Description
The documentation about Color Mode [1] mentions that the default color mode is "Name". Either specifying color mode or not the color of the bars in the dashboard is grey. We are using Python.
I have a Python application where I started the profiler. It calls the function busyprocess1() that is located in pkg1.module1
busyprocess1() then calls busyprocess2() which is located in pkg2.module2
I understand that "With the default setting, a change in a call stack frame color means a transition from one package to another" [1] and I think that is what I tried here, however... everything is gray.
Please let me know if this could be a bug, a documentation issue or if this is WAI.
[1]
What you expected to happen:
A different color between busyprocess1() and busyprocess2() because it is a transition from one package to another.