-
Updated
Jun 27, 2020 - C++
#
profiling-library
Here are 19 public repositories matching this topic...
C++ frame profiler
gamedev
library
performance
profiler
performance-analysis
profiling
gamedev-library
profiling-library
gamedevelopment
-
Updated
Jun 26, 2020 - Go
StackImpact Go Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, errors, metrics, and more
go
agent
golang
monitoring
profiler
tracing
performance-metrics
performance-tuning
performance-analysis
memory-profiler
monitor-performance
cpu-profiling
memory-leak-detection
profiling-library
pprof
hot-spot-profiles
-
Updated
Jan 16, 2020 - Go
Profile what you care, monitor how it goes (support C/C++)
-
Updated
Apr 28, 2017 - Python
StackImpact Node.js Profiler - Production-Grade Performance Profiler: CPU, memory allocations, async calls, errors, metrics, and more
agent
monitoring
profiler
tracing
performance-metrics
performance-tuning
performance-analysis
memory-profiler
monitor-performance
cpu-profiling
memory-leak-detection
profiling-library
hot-spot-profiles
-
Updated
Feb 26, 2020 - JavaScript
mcleary
commented
Dec 6, 2018
The build instructions mention that the JAVA home variable must be set, but doesn't have any examples
Make sure the environment variable JAVA_HOME is defined and pointing a to a valid JDK installation. If JAVA_HOME is not defined, the build will fail.
This should be updated to clarify how this variable should be configured.
-
Updated
Jun 20, 2020 - Rust
StackImpact Java Profiler - Production-Grade Performance Profiler: CPU, locks, runtime metrics, and more
java
agent
monitoring
profiler
performance-metrics
performance-tuning
performance-analysis
monitor-performance
cpu-profiling
profiling-library
hot-spot-profiles
-
Updated
Oct 17, 2019 - Java
Simple but powerful profiling mechanism to find bottlenecks in your code (Node.js).
nodejs
npm
performance
node
profiler
perfomance
npm-package
performance-metrics
trace
debug
npm-module
performance-tuning
node-js
node-module
profiling
monitor-performance
performance-monitoring
performance-testing
profiling-library
debugging-tool
-
Updated
Nov 29, 2018 - JavaScript
Profiling tool using RealProxy and Attributes
-
Updated
Oct 5, 2018 - C#
Easy to use performance comparator for C++ (C++11 required)
-
Updated
Jan 23, 2020 - C++
Java Application Monitoring Library
-
Updated
Jun 23, 2018 - Java
a profiler for time series data - from monitoring data stream to statistical profile
-
Updated
May 2, 2020 - Go
A Profiling library made with and for Kotlin
kotlin
productivity
kotlin-library
performance-tuning
performance-analysis
performance-test
profiling-library
-
Updated
Dec 7, 2018 - Kotlin
Really simple profiling impl on Spring AOP and Lombok logging
-
Updated
Aug 3, 2017 - Java
Lightweigth code profiling using timestamps.
-
Updated
Jun 21, 2018 - C#
Repository for storing javascript files
-
Updated
May 25, 2017 - JavaScript
Improve this page
Add a description, image, and links to the profiling-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the profiling-library topic, visit your repo's landing page and select "manage topics."
Speaking of viewers, web browsers come with their own profile viewers. Maybe you could simply piggyback on these.
For Chrome this happens at the
chrome://tracing
address and the JSON file format it can read is described here.For Firefox it's in the browser's webdeveloper performance tools or [here]