From a32e1cdb99e39f6603e1492c3b95eff58d1aaf94 Mon Sep 17 00:00:00 2001 From: Chris Bielow Date: Fri, 7 Apr 2023 21:00:48 +0200 Subject: [PATCH] added CHANGELOG; --- CHANGELOG | 9 +++++++++ README.md | 9 +++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..b54af38 --- /dev/null +++ b/CHANGELOG @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 89f9e75..4435ed9 100644 --- a/README.md +++ b/README.md @@ -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