Skip to content
#

profiler

Here are 365 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?!).

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

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

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

Timwi
Timwi commented Oct 25, 2019

Hello! I’ve looked at the Usage Guide (both the wiki page and the PDF) but neither of them explain how to get started. They both assume that the user already knows how to obtain and run OpenCover. I’ve added the OpenCover nuget package to my solution but I could not figure out how to go from there. The Usage Guide talks about a “console application” but there is no console application anywhere tha

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.