#
performance-tools
Here are 14 public repositories matching this topic...
jlfwong
commented
Nov 8, 2018
In jlfwong/speedscope#188, I introduced TextDecoder as a way of avoiding performance issues with building up a huge string slowly. There are ways to make the fallback path faster and use less memory as well:
From @evanw:
The problem is that JavaScript JITs such as V8 optimize repeated string appends by building up a linked list in memory and only constructing the
system performance characterization tool based on linux perf
metrics
telemetry
performance-metrics
pca-analysis
pca
performance-analysis
performance-tools
similarity-analysis
performance-characterization
tma
linux-perf
intel-pmu
topdownmicroarchitecture
telemetry-based-pca
perf-stat
-
Updated
May 11, 2022 - Python
BB-Gen: Packet Crafter
-
Updated
Jul 24, 2018 - Python
Tooling to measure website performance
-
Updated
Sep 19, 2018
Measure system utilization of applications and system performance
rust
performance
perf
tuning
rust-lang
performance-analysis
top
htop
cpu-utilization
performance-tools
dtop
-
Updated
Apr 27, 2020 - Rust
An Ansible role to install JMeter.
-
Updated
May 28, 2021
Voronezh webperf tools talk links, snippets and stuff
-
Updated
Dec 27, 2017
CI Performance analysis tool
circleci
perfomance
ember-app
performance-visualization
performance-analysis
performance-tools
tribe-js
-
Updated
May 16, 2022 - JavaScript
Working to Full stack J to S Roadmap
http
html5
js
css3
webapp
image-optimization
webperformance
critical-rendering-path
performance-tools
network-performance
networkoptimization
image-file-format
-
Updated
Aug 4, 2021
GitHub Action to easily integrate Gatling performance tests to GitHub workflows.
performance-engineering
performance
gatling
performance-testing
performance-engineer
performance-tools
gatling-simulations
performance-tests
-
Updated
May 13, 2022 - JavaScript
Load testing with dotnet assemblies
-
Updated
Mar 16, 2022 - C#
Improve this page
Add a description, image, and links to the performance-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance-tools topic, visit your repo's landing page and select "manage topics."
Trace files are big and compress really well, 5x-ish in my experience. Could magic-trace write out compressed traces instead of raw traces?
Perfetto already has support for loading gzipped traces. But gzip is really slow (fingers crossed for Sapphire Rapids, but that's years from being commonplace).
As far as I can tell, we have two options here: