Skip to content
#

profiler

Here are 319 public repositories matching this topic...

py-spy
gsnedders
gsnedders commented Sep 10, 2018

Trying to run this from PowerShell it just failed silently with no message. From cmd.exe, I got a popup saying "The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem." We should probably document that requirement somewhere, if we can't otherwise fix it (does CPython not have the runtime?!).

AlmogBaku
AlmogBaku commented Oct 24, 2019

How to read the graph? Explanations and legend of the signs in the graph can be very useful!

I.e. what is dotted line? what is dashed line? what are the number means? what are the boxes(n the end of the tree) means?

Also- improving the labels/captions(title when hovering a dom item) can be very useful

petterreinholdtsen
petterreinholdtsen commented Aug 15, 2016

When profiling openalpr, the profile.coz file (named profile.txt in the attachment to keep github editor happy) show that a lot of time is spent in locations in /usr/include/c++/4.9/bits/stl_vector.h and /usr/include/opencv2/core/mat.hpp (matrix operations). This is not really helpful without knowing from where the STL vector or the matrix operation is used. Perhaps Coz should be adjusted to col

inantop
inantop commented Apr 2, 2019

In a creative (mis)use of EASY_BLOCK we are adding additional diagnostic data to some blocks in debug builds, sometimes this can be a long HTTP response for instance. In one such case we discovered that a buffer overrun was occurring.

The implicit block name limit didn't appear to be documented anywhere, but in addition to documentation perhaps it could be truncated by easy_profiler as well.

bug

Improve this page

Add a description, image, and links to the profiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the profiler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.