OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeProfilerTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/allocator/
type_profiler_control.h
19
FRIEND_TEST_ALL_PREFIXES(
TypeProfilerTest
,
type_profiler_unittests.cc
25
class
TypeProfilerTest
: public testing::Test {
27
TypeProfilerTest
() {}
51
DISALLOW_COPY_AND_ASSIGN(
TypeProfilerTest
);
54
const size_t
TypeProfilerTest
::kDummyArraySize = 10;
55
const void* const
TypeProfilerTest
::kConstNull = static_cast<const void*>(NULL);
57
TEST_F(
TypeProfilerTest
, TestNormalProfiling) {
70
TEST_F(
TypeProfilerTest
, TestNormalArrayProfiling) {
84
TEST_F(
TypeProfilerTest
, TestRepeatedNewAndDelete) {
103
TEST_F(
TypeProfilerTest
, TestMultipleNewWithDroppingDelete) {
138
TEST_F(
TypeProfilerTest
, TestProfileDeleteWithoutProfiledNew)
[
all
...]
type_profiler.h
27
friend class
TypeProfilerTest
;
Completed in 178 milliseconds