I have an issue where nprof doesn't terminate after
running a profile. Although the program appears to close,
it is still listed in TaskManager. Running te program
again, displays two instances (etc).
At first, I thought it might have to do with the dotNet
caching the exe, but it seems the image remains loaded
indefinitely.
This wouldn't be such a problem if it wasn't for the fact
that I am running nprof from a build tool (FinalBuilder)
that waits for nprof to terminate. Since it never does,
the build tool hangs.
Other than that, nprof looks very impressive. Nice work!
Regards, Peter