performance-analysis
Here are 497 public repositories matching this topic...
-
Updated
Feb 29, 2020
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?!).
add config file
-
Updated
Feb 19, 2020 - JavaScript
--multi
http://www.example.com/first
http://www.example.com/second
--> grafana link points to /second, but it would make more sense if it opened /first - now I need to manually click "Pages" and then select the first one.
Right now, 0B:256B is interpreted at a range for filtering tags, but 0:256B is not.
I think we should either infer that the units are the same for both parts of the range if units are only specified for one half of the range, or not require units for zero.
Add debugging output
const char* getIp(void) {
return "192.168.1.1";
}
above should be
const char* getIp(const el::LogMessage *l) {
return "192.168.1.1";
}
There's no way to get a message template for a TraceEvent (the string that's used to generated FormattedMessage).
I'm trying to implement an event forwarder, so all events from ETW sources get sent to an external system and that thing supports message templates natively. It would be great to provide correct strings.
-
Updated
May 24, 2020 - Java
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Jul 19, 2019 - Java
-
Updated
Mar 8, 2017 - Objective-C
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
-
Updated
May 24, 2020 - C++
-
Updated
Mar 5, 2020 - Java
-
Updated
Apr 2, 2020
-
Updated
May 23, 2020 - C++
-
Updated
Apr 20, 2020 - Objective-C
It doesn't work
window.React = require("react");
window.ReactDOM = require("react-dom");
window.Highlight = require("react-highlight").default;
// material-ui
import {createMuiTheme, MuiThemeProvider} from '@material-ui/core/styles';
window.MaterialUiStyles = {
createMuiTheme: createMuiTheme,
MuiThemeProvider: MuiThemeProvider
}
window.MaterialUiCore = {
AppBar: require("@materi-
Updated
May 24, 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 23, 2020 - C
Increase code coverage by:
- Adding tests for quandl API and alphavantager API. Include encrypted API key to pass Travis.
- Review code cov and add tests as appropriate.
If we right click edit to modifiy specific environment at instrumenation manager of InspectIT 1.7.9.92 and then remove all texts inside description field of environment and click OK to update description.
You will find out that CMR does not clean out descrip
-
Updated
Dec 18, 2019 - Objective-C
It says:
The minimum object size to test, with 1 = 1 KB
I had to look through the code to understand that "payload" is a power of 2 which is then multiplied by 1KB. So, in short:
# assuming payload is > 0
multiplier = 2 ^ (payload - 1)
object_min_size = 1KB * multiplier
So, you see, you have to pass -payload-min=16 to get 32 MB object, and -payload-min=17 to get 6
-
Updated
May 12, 2019 - Go
Improve this page
Add a description, image, and links to the performance-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance-analysis topic, visit your repo's landing page and select "manage topics."


https://code.nasa.gov/
Maybe related to how the page causes a PROTOCOL_TIMEOUT?
From https://bugs.chromium.org/p/chromium/issues/detail?id=951684