Skip to content

feat add performance metric with performance50 for time and memory tracking#398

Open
thegoddo wants to merge 1 commit into
cs50:mainfrom
thegoddo:feat
Open

feat add performance metric with performance50 for time and memory tracking#398
thegoddo wants to merge 1 commit into
cs50:mainfrom
thegoddo:feat

Conversation

@thegoddo
Copy link
Copy Markdown

@thegoddo thegoddo commented Jun 4, 2026

Solve the #301 by adding performance50 metrics to result data.

  • System level profiling using time.perf_counter() from import time
  • memory usage profiling using resource.getrusage(resource.RUSAGE_SELF).ru_maxrss from import resources which returns the memory size used by a child process in UNIX environment.
  • Text rendering in terminal and reder.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant