Skip to content
#

profiler

Here are 346 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

bitc
bitc commented Nov 18, 2018

Would be awesome if we could use Remotery to profile C/C++ emscripten games.

Challenges:

  1. Websocket server. We can't start a websocket server from an emscripten game. One workaround is to use a native websocket server as a proxy. Another solution is have emscripten directly send the data to another browser tab (postMessage)

  2. Timer accuracy. Browsers have recently reduced the accurac

SimonDeconde
SimonDeconde commented Sep 28, 2017

Hi there

I'm trying to install xhprof +xhgui, but something is not working with mongoDB. After a full setup, when I browse a page on my project, I'm getting errors in apache logs saying:

xhgui - document to insert contains invalid key: keys cannot contain ".": "main()==>load::myprojecttoprofile/index.php"

(I haven't been able to find any similar ticket issues for xhgui on this specific

bschindler
bschindler commented Feb 12, 2018

May be I am just misusing the tool, but I feel like this is a bug:

So I profile an app, I filter the main thread and look at the flame graph and get this (which looks wrong):
screenshot_20180212_133913

I then select a range in the timeline view (a very useful feature btw, thanks a lot f

ArwynFr
ArwynFr commented Dec 18, 2019

No requirement information is available on the project documentation (README nor wiki). Even if the project has no requirement, this information is important for sysadmins and should be written down.

Could you please add a requirements section in the README file ?
And add info about version numbering being aligned with the runtime support as explained in #878

rovkinmax
rovkinmax commented Oct 15, 2019

Because advanced profiling working since api 26 and above users can forgot about enabling and get failed build error com.android.builder.dexing.DexArchiveBuilderException: Failed to process
In this case they must:
Edit Configurations -> app -> Profiling tab -> uncheck Enable advanced profiling

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.