skia2/experimental/LightSymbolsUtil/Callstacker/Callstacker
skia.committer@gmail.com b89a03c890 Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6930 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-12-22 02:02:33 +00:00
..
Callstacker.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2012-12-22 02:02:33 +00:00
Callstacker.vcxproj Experimental code to track what methos have been called: Callstacker is used inject LS_TRACE(...) as first thing in a function definition. lightsymbols must be added to the project too. 2012-12-21 19:19:10 +00:00
Callstacker.vcxproj.filters Experimental code to track what methos have been called: Callstacker is used inject LS_TRACE(...) as first thing in a function definition. lightsymbols must be added to the project too. 2012-12-21 19:19:10 +00:00
Callstacker.vcxproj.user Experimental code to track what methos have been called: Callstacker is used inject LS_TRACE(...) as first thing in a function definition. lightsymbols must be added to the project too. 2012-12-21 19:19:10 +00:00
ReadMe.txt Experimental code to track what methos have been called: Callstacker is used inject LS_TRACE(...) as first thing in a function definition. lightsymbols must be added to the project too. 2012-12-21 19:19:10 +00:00
stdafx.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2012-12-22 02:02:33 +00:00
stdafx.h Sanitizing source files in Skia_Periodic_House_Keeping 2012-12-22 02:02:33 +00:00
targetver.h Sanitizing source files in Skia_Periodic_House_Keeping 2012-12-22 02:02:33 +00:00

========================================================================
    CONSOLE APPLICATION : Callstacker Project Overview
========================================================================

AppWizard has created this Callstacker application for you.

This file contains a summary of what you will find in each of the files that
make up your Callstacker application.


Callstacker.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Callstacker.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

Callstacker.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named Callstacker.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////