PureMonitor for Windows
Posted: Sat Feb 09, 2013 10:22 pm
Inspired by : http://purebasic.fr/english/viewtopic.p ... 09#p403309
A little tool I made to monitor the cpu and memory usage of a PureBasic project. It just requires one line of code in your app during testing in order to run it.
Features
It also shows the icon (if one is selected at compiler options).
In the zip : x64,x86 version and a little demo.
Thx to J.Baker for idea and icon
Download PureMonitor Source for Windows
Update : 30.04.2013
A little tool I made to monitor the cpu and memory usage of a PureBasic project. It just requires one line of code in your app during testing in order to run it.
Features
- Monitor the cpu and memory usage of your app/PureBasic project.
- Save a log file of the average cpu and memory usage per minute.
- Kill the app if it locks up when the debugger is not on.
- Auto closes when your app is closed.
- Option to automatically open the log file when your app is closed.
- Stays on top of all windows, so it never goes out of view. That way you can still use your app and monitor it.
Code: Select all
RunProgram(#PB_Compiler_Home + "PureMonitor.exe", Str(GetCurrentProcessId_()), "")
In the zip : x64,x86 version and a little demo.
Thx to J.Baker for idea and icon

Download PureMonitor Source for Windows
Update : 30.04.2013
- Sourcecode Download : PureMonitor_Windows_Source
- Typo in resident (now : ShowResourceViewer())
- Resident sourcefile included
- Killprocess Button fixed
- sourcecode : see above

- Layout changed
- Handles added
- Resident File for the "ShowRessourceViewer()" Macro added
- Logfile changed (stores prefs and logfile at : %APPDATA%\PureBasic\PureMonitor\)
- Prefsfile to store "LogFile" and "LogEvery n minute" and some other things
- sourcecode : see above