-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update formula to use max/min < 1.1 * Add comments and clean up code * Update ignore file to include builddir * Add unit testing to the stability function * Update stability method names * Move load parameter setting inside class * Refactor check window for stability method * Update method comments and add a return value to reached_stability method * Add testing for within threshold check * Rename reached_stability method and updated comments * Add more testing for finished profiling method * Clean up comments from dead code * Update documentation * Refactor finished profiling into 2 separate methods * Update help message * Reformat to use camel case * Capitalize method names * Formatted * Add an underflow test and check Co-authored-by: Elias Bermudez <dbermudez@nvidia.com> Co-authored-by: Matthew Kotila <matthew.r.kotila@gmail.com>
- Loading branch information
Showing
4 changed files
with
340 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
/.vscode | ||
*.so | ||
node_modules | ||
src/c++/perf_analyzer/builddir/ | ||
src/c++/perf_analyzer/.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.