Home
last modified time | relevance | path

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

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