Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space analysis dataset sampling addition #787

Merged

Conversation

ksneab7
Copy link
Contributor

@ksneab7 ksneab7 commented Apr 20, 2023

and generation of flame graph script

@ksneab7 ksneab7 added the Work In Progress Solution is being developed label Apr 20, 2023
@taylorfturner taylorfturner enabled auto-merge (squash) April 20, 2023 13:52
@ksneab7 ksneab7 force-pushed the introduce_sampling_to_space_analysis branch from 04e3c2c to a37811f Compare April 20, 2023 14:02
@ksneab7 ksneab7 force-pushed the introduce_sampling_to_space_analysis branch from 87301b4 to 4cee19d Compare April 20, 2023 14:37
@taylorfturner taylorfturner removed the Work In Progress Solution is being developed label Apr 20, 2023
@taylorfturner taylorfturner added the Refactor Code that is being modified to improve the library label Apr 20, 2023
Comment on lines -163 to +150
"column": profiler.times,
"column": compiler_times,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just the ui confusing +/- s right? it seems it is the same code just shifted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I didnt change any of the json output so this should not be an actual change just a shift

"name": profile.name,
"sample_size": sample_size,
"total_time": total_time,
"column": compiler_times,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JGSweets you can find the shift is from this line

@taylorfturner taylorfturner merged commit a87ab63 into capitalone:main Apr 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Code that is being modified to improve the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants