Home
last modified time | relevance | path

Searched defs:Profiling (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/contrib/zstd/
H A DCONTRIBUTING.md299 ### Profiling subsection
321 #### Instruments
356 #### Perf
374 #### Visual Studio
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h130 struct Profiling { struct
131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument
135 llvm::StringMap<llvm::TimeRecord> &Records;
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOpenBSD.cpp117 const bool Profiling = Args.hasArg(options::OPT_pg); ConstructJob() local
360 bool Profiling = Args.hasArg(options::OPT_pg); AddCXXStdlibLibArgs() local
[all...]
H A DFreeBSD.cpp287 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; ConstructJob() local
446 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; AddCXXStdlibLibArgs() local
[all...]
H A DDragonFly.cpp62 const bool Profiling = Args.hasArg(options::OPT_pg); in ConstructJob() local