GitXplorerGitXplorer
k

TinyProcessProfiler

public
2 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
ee256cfcdc82fb7c701a4d2e180ba22f5400acd7

Doc

kkblok committed 7 years ago
Unverified
2a228804c71b6eaf2d94893d5e6f41a0a96ba761

Humanize results

kkblok committed 7 years ago
Unverified
7e32f734cc7de96ca0468bee238d583b4ac480c5

Call cmd.exe

kkblok committed 7 years ago
Unverified
2d6ca00b1a74f105f61526c0ac7f04f71884dedd

Bug Fixes

kkblok committed 7 years ago
Unverified
5af11f8f32b1be19eff3bb482811a5c6575a0777

Some progress

kkblok committed 7 years ago
Unverified
ee14712b31830eb58484a872856811c3e3d4406e

First tiny draft

kkblok committed 7 years ago

README

The README file for this repository.

TinyProcessProfiler

Tiny console app that runs a process a certain number of times and returns stats such as average/fastest/slowest running time. Download

Usage

C:\publish>TinyProcessProfiler.exe "<Process>" <Iterations>

Example

C:\publish>TinyProcessProfiler.exe "cd ." 5
Running iteration: 1
Running iteration: 2
Running iteration: 3
Running iteration: 4
Running iteration: 5
FINISHED
Fastest run:             9 milliseconds
Slowest run:             13 milliseconds
Avg run:                 11 milliseconds
Std deviation:           0