OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:showstats
(Results
1 - 7
of
7
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java
55
private boolean
showStats
= true;
96
setDisplayStatView( !
showStats
);
107
showStats
= show;
165
statsView.setEnabled(
showStats
);
166
statsView.setCullHint(
showStats
? CullHint.Never : CullHint.Always);
176
statsView.setEnabled(
showStats
);
177
statsView.setCullHint(
showStats
? CullHint.Never : CullHint.Always);
/external/clang/www/demo/
index.cgi
203
-name => '
showstats
',
357
if ( $c->param('
showstats
') );
364
if ( $c->param('
showstats
') );
370
if ( $c->param('
showstats
') && -s $timerFile ) {
381
if ( $c->param('
showstats
') );
391
if ( $c->param('
showstats
') && -s $timerFile ) {
452
. ( $c->param('
showstats
') ? 1 : 0 ) . "\n\n"
/external/clang/include/clang/Frontend/
FrontendOptions.h
125
unsigned
ShowStats
: 1; ///< Show frontend performance
218
ShowStats
(false), ShowTimers(false), ShowVersion(false),
/external/clang/tools/driver/
cc1_main.cpp
113
if (llvm::AreStatisticsEnabled() || Clang->getFrontendOpts().
ShowStats
)
/external/clang/lib/Frontend/
FrontendAction.cpp
423
if (CI.getFrontendOpts().
ShowStats
) {
475
ParseAST(CI.getSema(), CI.getFrontendOpts().
ShowStats
,
CompilerInstance.cpp
692
if (getFrontendOpts().
ShowStats
)
725
if (getFrontendOpts().
ShowStats
&& hasFileManager()) {
[
all
...]
CompilerInvocation.cpp
738
Opts.
ShowStats
= Args.hasArg(OPT_print_stats);
[
all
...]
Completed in 349 milliseconds