Skip to content

Commit

Permalink
added CHANGELOG;
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Apr 7, 2023
1 parent 5a0a4fc commit a32e1cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

V1.1 - 2023/04/07
- Unicode Support for command line arguments
- report local time for Creation/Exit time of process instead of UTC
- fix ExampleTarget RAM usage in Release mode (RAM allocation was not effective)
- switch from dll-injection to external querying of RAM usage

V1.0 - 2023/02/13
- initial release
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ WinTime64 -a -o log.txt Firefox.exe

## Features

- peak **RAM** usage
- total **CPU time** (wall, kernel, user) with high resolution
- PageFaultCount
- PeakPagefileUsage
- reports:
- peak **RAM** usage
- total **CPU time** (wall, kernel, user) with high resolution
- PageFaultCount
- PeakPagefileUsage
- log file output
- supports Unicode program names and arguments via UTF-8 encoding
- similar command line interface as /usr/bin/time
Expand Down

0 comments on commit a32e1cd

Please sign in to comment.