 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-openbsd.cc | 
| diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc | 
| index ba33a8444e23760a2b47585cb82e5c750074a8fd..fba295ad377d05762c065ad6c95969d93489d676 100644 | 
| --- a/src/platform-openbsd.cc | 
| +++ b/src/platform-openbsd.cc | 
| @@ -967,6 +967,11 @@ Sampler::~Sampler() { | 
| } | 
| +void Sampler::DoSample() { | 
| + // TODO(rogulenko): implement | 
| +} | 
| + | 
| + | 
| void Sampler::Start() { | 
| ASSERT(!IsActive()); | 
| SetActive(true); |