-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: aws/aperf
base: v0.1.13-alpha
head repository: aws/aperf
compare: v0.1.14-alpha
- 8 commits
- 50 files changed
- 3 contributors
Commits on Dec 3, 2024
-
Add support for collecting Aperf Run logs
By default, the runlog will always collect at LevelFilter::Debug level. The users' choice determines what gets printed to the console. Also, rename the lib to 'aperf'. This will allow us to use the CARGO_CRATE_NAME when creating the logger.
Configuration menu - View commit details
-
Copy full SHA for c88030f - Browse repository at this point
Copy the full SHA c88030fView commit details
Commits on Dec 11, 2024
-
Add error messages to build if npm, node, or tsc fail.
Signed-off-by: Luke Robison <[email protected]>
Luke Robison committedDec 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c447eb1 - Browse repository at this point
Copy the full SHA c447eb1View commit details
Commits on Dec 13, 2024
-
Merge pull request #239 from lrbison/build
Add error message to compile when Node is missing
Configuration menu - View commit details
-
Copy full SHA for 660c6f6 - Browse repository at this point
Copy the full SHA 660c6f6View commit details
Commits on Jan 27, 2025
-
Aperf: Add infrastructure for Analytics
This is in preparation for adding rules for SystemInfo and CPU Utilization.
Configuration menu - View commit details
-
Copy full SHA for aa091ae - Browse repository at this point
Copy the full SHA aa091aeView commit details -
Analytics: Form data for 2 types
Form the metrics which will be used by the front-end for analytics work. Generate it for SystemInfo and CPU Utilization.
Configuration menu - View commit details
-
Copy full SHA for b95e95c - Browse repository at this point
Copy the full SHA b95e95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 202c756 - Browse repository at this point
Copy the full SHA 202c756View commit details -
Aperf: Use JSON for Perf Stat events
Move to using JSON to hold the event details for Perf Stat. This makes it easier to modify the files without the need for interacting with the Rust compiler. This is also in preparation for allowing the user to specify a custom PMU config file.
Configuration menu - View commit details
-
Copy full SHA for 714395f - Browse repository at this point
Copy the full SHA 714395fView commit details -
Aperf: Allow to use custom PMU
Allow the user to specify a custom PMU file to be used during aperf record. This custom PMU file must be in the expected format. To aid in the creation of the custom PMU file, add a sub-command. 'aperf custom-pmu' - an interactive sub-command to create custom PMU. This allows the user to create a file from scratch or modify an existing PMU config aperf already knows about. The custom file generated can be used by specifying '--pmu-config' with 'aperf record'. Additionally, a pmu-config file can be verified by specifying --verify along with --pmu-file with 'aperf custom-pmu'.
Configuration menu - View commit details
-
Copy full SHA for c890920 - Browse repository at this point
Copy the full SHA c890920View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.13-alpha...v0.1.14-alpha