Very Sleepy is a C/C++ CPU profiler for Windows systems. This depot is a submit of the code found at http://www.codersnotes.com/sleepy - couldn't find a public depot of that source anywhere and wanted to do some hacking...
mhoffesommer/Very-Sleepy
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
This is a copy of the code found at http://www.codersnotes.com/sleepy. Base version is 0.7 - 10.13.2010 (in /sleepy). wxMSW 2.8.11 is inside /wxwindows (without the demos/samples/tests directories). Initial build ============= Easy ---- Run one of the easy_build batch files. wxwidgets --------- Run C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\vcvcars32.bat (or vcvarsx86_amd64.bat for a 64-bit cross-compile) (or vcvars64.bat for a regular 64-bit build) Now, from the wxwindows\build\msw directory: nmake -f makefile.vc BUILD=debug SHARED=0 RUNTIME_LIBS=static For a release build, use BUILD=release instead For 64-bit, add TARGET_CPU=AMD64 very sleepy ----------- load sleepy/sleepy.sln compile either debug or release
About
Very Sleepy is a C/C++ CPU profiler for Windows systems. This depot is a submit of the code found at http://www.codersnotes.com/sleepy - couldn't find a public depot of that source anywhere and wanted to do some hacking...