OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile_handle_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/win/
sampling_profiler.cc
130
DCHECK(!
profile_handle_
.IsValid());
175
profile_handle_
.Set(profile);
181
DCHECK(
profile_handle_
.IsValid());
185
NTSTATUS status = funcs.Get().ZwStartProfile(
profile_handle_
.Get());
195
DCHECK(
profile_handle_
.IsValid());
199
NTSTATUS status = funcs.Get().ZwStopProfile(
profile_handle_
.Get());
sampling_profiler.h
62
ScopedHandle
profile_handle_
;
member in class:base::win::SamplingProfiler
Completed in 60 milliseconds