jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Update UnitTest++ config for Mac OS X #114

Closed kylesm closed 8 years ago

kylesm commented 8 years ago
RichardWarburton commented 8 years ago

Thanks @kylesm for this PR. I'll merge it.

If you have time it would be great to have a single conditional declaration in one place rather than +#ifdef APPLE in ever unit test file. A followup PR would be most appreciated ;)