OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_manager.h
120
struct
ProfileInfo
{
121
ProfileInfo
(Profile* profile, bool created)
125
~
ProfileInfo
() {}
135
DISALLOW_COPY_AND_ASSIGN(
ProfileInfo
);
144
// Registers profile with given info. Returns pointer to created
ProfileInfo
146
ProfileInfo
* RegisterProfile(Profile* profile, bool created);
155
// Maps profile path to
ProfileInfo
(if profile has been created). Use
157
typedef std::map<FilePath, linked_ptr<
ProfileInfo
> > ProfilesInfoMap;
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
1
//===- llvm/Analysis/
ProfileInfo
.h - Profile Info Interface -----*- C++ -*-===//
10
// This file defines the generic
ProfileInfo
interface, which is used as the
16
//
ProfileInfo
, which requires that they notify it when changes to the CFG are
51
///
ProfileInfo
Class - This class holds and maintains profiling
93
assert(0 && "Invalid
ProfileInfo
::Edge");
173
dbgs() << "**** This is
ProfileInfo
" << this << " speaking:\n";
220
dbgs() << "****
ProfileInfo
" << this << ", over and out.\n";
238
typedef ProfileInfoT<Function, BasicBlock>
ProfileInfo
;
Completed in 1479 milliseconds