ProcessTime

A tool to get start and end time of any process
Download

ProcessTime Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Ramanan.T
  • Publisher web site:
  • http://www.codeproject.com/Members/Ramanan-T
  • Operating Systems:
  • Windows All
  • File Size:
  • 6 KB

ProcessTime Tags


ProcessTime Description

The ProcessTime application was developed to be a small tool that will allow you to get start and end time of any process.This tool uses PSAPI to list kernel and user processes. Also, it can log start and end times of user level processes. ProcessTime is a simple tool that logs the processes created and terminated on your system. My colleague asked me for some type of test tool to check the end time of a Dialog application, which terminates itself after certain idle time. As a challenge, I searched the Internet but couldn't find any particular ones. So overnight I created this; hope this will be useful for some one out there. It is also very useful to catch any process that pops up in a sudden and terminates before you even notice it. It monitors user level processes and kernel level processes and lists them in two separate list controls. It displays the start time of user level processes and end time of processes that terminated only after this tool gets started. Also, it lists all the kernel processes (i.e., drivers loaded) on your system.I don't know the way to pick up the driver loaded and unloaded time. It seems there is no way through PSAPI, but I think there are some other ways to do that. If any one knows how, please teach us. You are most welcome to modify this code or suggest to me any change.


ProcessTime Related Software