profiling
Here are 385 public repositories matching this topic...
-
Updated
Jun 1, 2020 - C
File "profiling\tracing\timers.py", line 24, in Timer
clock = time.clock
AttributeError: module 'time' has no attribute 'clock'
Seems need change function clock on time.perf_counter() or time.process_time()
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
May 31, 2020 - Java
Currently, the timings on node labels are shown like this: 0.1234
It's not immediately clear that that's in seconds. Can we add a " s" to the label? Or maybe even consider changing it to milliseconds and adding " ms".
I'm not familiar with all the input formats and if they have the timing information in seconds or not, but if it's just a matter of changing the label formatting, I'm happy t
-
Updated
May 27, 2020 - C++
- There is no install docs detailing how to install it. the docker stuff I do not know how it is installed.
- The documentation is messy.
- There is no support docs meaning what application server you support monitoring .
- I think you have 2 parts one is the browser plugin and the other is the server , there is no clear indication between them and do I need to use both of them .
--Thank you
The memtrace* sample clients use drutil_expand_rep_string, but the instrace* ones do not. This can confuse users: https://groups.google.com/g/dynamorio-users/c/HR4pX6lwP_I
Hi, I'm looking around for test my linux based machine whit docker but don't see the 'how to' anywhere, someone know how to run the official test suite?
http://www.phoronix-test-suite.com/documentation/
thanks in advance,
When running flamegraph its moaning about not having debug info even though its set in the cargo.toml and i also see it in the compile status output.
-
Updated
Apr 20, 2020 - Objective-C
-
Updated
May 26, 2020 - Erlang
-
Updated
May 31, 2020 - C++
It would be good to have some (at least 3-5) tutorials that teach new users what LIKWID can do and how to use it properly. From my experience as a user and FOSS developer, tutorials like deal.ii's are good thing to have. In that case we have first 5 that has to be read in a sequence by users, and then things start to branch off by t
-
Updated
Apr 18, 2020 - C#
-
Updated
Dec 6, 2018 - Python
Just tried installing the client (3.12.2) with our app, and it's crashing trying to do sql queries. Sequelize is version 3.30.4, Mysql is version 2.13.0.
TypeError: Cannot read property 'setMaxListeners' of undefined
at [...] node_modules/sequelize/lib/dialects/mysql/query.js:53:7
at Promise.cancellationExecute [as _execute] ([...] node_modules/bluebird/js/release/debuggability.js:32
-
Updated
Oct 27, 2019 - Clojure
The GUI currently includes social links to Twitter, LinkedIn etc. We should add our new Gitter channel to these links.
-
Updated
May 23, 2020 - Go
Improve this page
Add a description, image, and links to the profiling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the profiling topic, visit your repo's landing page and select "manage topics."



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