Skip to content

k-berger/simply.clr.profiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simply::clr::profiler

A small C++ library for implementing CLR profilers.

building

Build status

From Visual Studio 2015:

  • Open simply.clr.profiler.sln
  • Select Build Solution from the Build menu
  • To switch build between x86 and x64 platforms, select Configuration Manager from the Build menu and change the Active Solution Configuration

From Developer Command Prompt for VS2015:

msbuild simply.clr.profiler.sln /p:Platform=x86
msbuild simply.clr.profiler.sln /p:Platform=x64

testing

From Visual Studio 2015:

  • Select Run / All Tests from the Test menu
  • To switch test execution between x86 and x64 platform, select Test Settings from the Test menu and change the Default Processor Architecture.

From Developer Command Prompt for VS2015:

vstest.console bin\debug\Win32\test.dll /Platform:x86
vstest.console bin\debug\x64\test.dll /Platform:x64 /inIsolation

About

A small C++ library for implementing CLR profilers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%