performance-analysis
Here are 521 public repositories matching this topic...
Thoughts on Go performance optimization
-
Updated
Jun 18, 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.
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
-
Updated
Jun 27, 2020 - Java
Collect performance metrics for your library/application.
-
Updated
Jan 29, 2019 - JavaScript
An android library for displaying fps from the choreographer and percentage of time with two or more frames dropped
-
Updated
Jul 19, 2019 - Java
Find memory issues & leaks in your iOS app without instruments
-
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
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
-
Updated
Jun 20, 2020 - C++
MySQL performance monitoring and analysis.
-
Updated
Mar 5, 2020 - Java
-
Updated
Jun 30, 2020 - Go
Collection of popular and reproducible image denoising works.
-
Updated
Apr 2, 2020
C++ frame profiler
-
Updated
Jul 5, 2020 - C++
Processor Counter Monitor
-
Updated
Jun 21, 2020 - C++
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
-
Updated
Jul 3, 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("@materiIt 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
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
-
Updated
Jun 29, 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
Shows your current framerate (fps) in the status bar of your iOS app
-
Updated
Dec 18, 2019 - Objective-C
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