Merge pull request #2856 from alexrp/profiler-fix-sem
authormonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 8 Apr 2016 17:55:19 +0000 (18:55 +0100)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 8 Apr 2016 17:55:19 +0000 (18:55 +0100)
[profiler] Fix incorrect initial writer semaphore value.

This was used during debugging. I forgot to revert it back to 0 before posting
the pull request (#2838). This led to ~3-5% more CPU usage by the writer thread
than actually necessary; it now sits around 0-1% for typical workloads.


Trivial merge