#
performance-analysis
Here are 678 public repositories matching this topic...
Thoughts on Go performance optimization
-
Updated
Jan 8, 2021
Sampling profiler for Python programs
-
Updated
Oct 7, 2021 - Rust
pprof is a tool for visualization and analysis of profiling data
-
Updated
Oct 1, 2021 - Go
emeryberger
commented
Feb 18, 2020
DmitriyStoyanov
commented
Apr 1, 2021
For the moment there is no ability to use IAM instance profile for access to s3 bucket as it is not described in documentation
Could yo
-
Updated
Feb 19, 2020 - JavaScript
Single header C++ logging library. It is extremely powerful, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
language
stacktrace
c-plus-plus
cross-platform
cpp
c-plus-plus-11
logging
efficient-logging
logging-library
performance-analysis
thread-safety
crash-handler
-
Updated
Sep 7, 2021 - C++
PerfView is a CPU and memory performance-analysis tool
-
Updated
Sep 27, 2021 - C#
jesta88
commented
Feb 22, 2021
For C projects, it would be very useful to have a C API for Vulkan and OpenGL. I'm unsure how feasible this is for DirectX 12 though.
Open
Add tracy to vcpkg
2
Coz: Causal Profiling
-
Updated
Oct 6, 2021 - C
The Linux perf GUI for performance analysis.
-
Updated
Oct 6, 2021 - C++
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
agent
performance
microservices
monitor
monitoring
bytecode
profiler
metrics
apm
performance-metrics
java-agent
performance-tuning
performance-visualization
performance-analysis
profiling
performance-monitoring
observability
diagnosis
monitoring-tool
jvm-monitor
-
Updated
Aug 29, 2021 - Java
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
tool
memory
optimization
performance-analysis
memory-profiler
profiling
playstation3
memory-leak-finder
playstation4
-
Updated
Jun 23, 2021 - C++
Collect performance metrics for your library/application.
performance
performance-metrics
runner
performance-analysis
chrome-headless
performance-test
performance-testing
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Dec 15, 2020 - Go
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
ios
performance
monitoring
objective-c
memory-leaks
cocoapods
carthage
instruments
arc
performance-visualization
memory-management
allocations
performance-analysis
memory-allocation
backtrace
memory-heap
heapinspector
heap-snapshot
retain-cycles
leaks
-
Updated
Mar 8, 2017 - Objective-C
Collection of popular and reproducible image denoising works.
art
benchmarking
deep-learning
image-reconstruction
reproducible-research
image-processing
cnn
noise
summary
performance-analysis
arxiv
curated-list
implementation
inverse-problems
noise-reduction
image-denoising
image-restoration
recovery-image
state-of-the-art
denoising-algorithms
-
Updated
Apr 2, 2020
Processor Counter Monitor
windows
linux
freebsd
processor-architecture
energy
cpu
monitoring
osx
processor
intel
performance-metrics
power
xeon
performance-visualization
performance-dashboard
pcm
performance-analysis
monitor-performance
performance-monitoring
processor-counter-monitor
-
Updated
Sep 28, 2021 - C++
MySQL performance monitoring and analysis.
-
Updated
Jun 10, 2021 - Java
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
debugging
ios
monitor
tool
network
apm
assistant
performance-analysis
profiling
performance-monitoring
memory-leak-detection
anr
autotesting
oom
network-monitor
opengl-debugger
time-profile
-
Updated
Jul 14, 2021 - Objective-C
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
visualization
php
profiler
reverse-engineering
php-extension
data-visualization
flamegraph
tracer
performance-analysis
statistical-profiling
-
Updated
Oct 6, 2021 - C
displays the import size of the package you are importing inside the code editor
-
Updated
Sep 22, 2021 - TypeScript
Performance monitoring and benchmarking suite
c
linux
performance-engineering
benchmarking
lua
assembly
instrumentation
x86
threading
performance-analysis
profiling
hwloc
pin
armv8
likwid
hardware-performance-counters
nvidia-gpu
power9
-
Updated
Sep 22, 2021 - C
Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
-
Updated
Sep 24, 2021 - PLpgSQL
Bringing financial analysis to the tidyverse
timeseries
time-series
dplyr
tidyverse
stock
performance-analysis
stock-prices
stock-symbol
multiple-stocks
stock-exchanges
financial-data
stock-indexes
stock-lists
financial-statements
financial-analysis
quantmod
xts
ttr
performanceanalytics
stock-performance
-
Updated
Jun 19, 2021 - R
Measure Amazon S3's performance from any location.
-
Updated
Jun 21, 2021 - 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://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149
This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of
URL.elideDataURI
to theirurl
property. We should just seturl
to this elided value, and dropelidedUrl
. Otherwise, data uir images failing this audit will make the LHR larger th