Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Apr 7, 2023
1 parent ff85945 commit 5a0a4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ExampleTarget/ExampleTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ int main(int argc, char** argv)
if (argc == 1)
{
std::cerr << "Usage " << argv[0] << " <MiB alloc> <ms sleep> <stats>\n"
" MiB alloc: [number] MiB to allocate\n"
" ms sleep: [number, optional] Milliseconds to sleep\n"
" stats: [any value, optional] Print memory usage using internal functions (useful to estimate overhead of external WinTime)\n";
" MiB alloc: [number] MiB to allocate (this may take some time, especially for larger allocations)\n"
" ms sleep: [number, optional] Milliseconds to sleep (in addition to the time it takes to allocate -- see above)\n"
" stats: [any value, optional] Print memory usage using internal functions (useful to compare against the results of an external WinTime call)\n";
}
if (argc >= 2)
{
Expand Down

0 comments on commit 5a0a4fc

Please sign in to comment.