 Chromium Code Reviews
 Chromium Code Reviews Issue 10857035:
  Moving cpu profiling into its own thread.  (Closed) 
  Base URL: http://git.chromium.org/external/v8.git@master
    
  
    Issue 10857035:
  Moving cpu profiling into its own thread.  (Closed) 
  Base URL: http://git.chromium.org/external/v8.git@master| Index: src/platform-cygwin.cc | 
| diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc | 
| index 089ea38d9a1bb2e0eb11de6d6f1551b0a5268ee3..702b1d2115bf05920822fac212f49d9981f7d99c 100644 | 
| --- a/src/platform-cygwin.cc | 
| +++ b/src/platform-cygwin.cc | 
| @@ -768,6 +768,11 @@ Sampler::~Sampler() { | 
| } | 
| +void Sampler::DoSample() { | 
| + // TODO(rogulenko): implement | 
| +} | 
| + | 
| + | 
| void Sampler::Start() { | 
| ASSERT(!IsActive()); | 
| SetActive(true); |