OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stats_log
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
72
static std::ofstream
stats_log
;
variable
90
stats_log
.open(stats_filename, std::ios_base::out | std::ios_base::app);
91
stats_enabled =
stats_log
.good() ? 1 : -1;
93
stats_log
<< "arrays,temps,temps in arrays,total,instructions\n";
5845
stats_log
<< next_array << ", "
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
74
static std::ofstream
stats_log
;
variable
92
stats_log
.open(stats_filename, std::ios_base::out | std::ios_base::app);
93
stats_enabled =
stats_log
.good() ? 1 : -1;
95
stats_log
<< "arrays,temps,temps in arrays,total,instructions\n";
5704
stats_log
<< next_array << ", "
Completed in 87 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026