Skip to content

mhoffesommer/Very-Sleepy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published