Home
last modified time | relevance | path

Searched refs:show_time (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Doutput.cpp378 void show_time(const char* label, double secs, int indent_level=0) in show_time() function
400 show_time("Reading cross sections", time_read_xs.elapsed(), 1); in print_runtime()
401 show_time("Total time in simulation", time_inactive.elapsed() + in print_runtime()
403 show_time("Time in transport only", time_transport.elapsed(), 1); in print_runtime()
406 show_time("XS lookups", time_event_calculate_xs.elapsed(), 2); in print_runtime()
409 show_time("Collisions", time_event_collision.elapsed(), 2); in print_runtime()
410 show_time("Particle death", time_event_death.elapsed(), 2); in print_runtime()
415 show_time("Time in active batches", time_active.elapsed(), 1); in print_runtime()
421 show_time("Time accumulating tallies", time_tallies.elapsed(), 1); in print_runtime()
423 show_time("Total time for finalization", time_finalize.elapsed()); in print_runtime()
[all …]
/dports/science/openmc/openmc-0.12.2/src/
H A Doutput.cpp378 void show_time(const char* label, double secs, int indent_level=0) in show_time() function
400 show_time("Reading cross sections", time_read_xs.elapsed(), 1); in print_runtime()
401 show_time("Total time in simulation", time_inactive.elapsed() + in print_runtime()
403 show_time("Time in transport only", time_transport.elapsed(), 1); in print_runtime()
406 show_time("XS lookups", time_event_calculate_xs.elapsed(), 2); in print_runtime()
409 show_time("Collisions", time_event_collision.elapsed(), 2); in print_runtime()
410 show_time("Particle death", time_event_death.elapsed(), 2); in print_runtime()
415 show_time("Time in active batches", time_active.elapsed(), 1); in print_runtime()
421 show_time("Time accumulating tallies", time_tallies.elapsed(), 1); in print_runtime()
423 show_time("Total time for finalization", time_finalize.elapsed()); in print_runtime()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/gencmd/
H A Dgencmd.c78 uint32_t show_time = 0; in main() local
87 show_time = 1; in main()
97 if( show_time ) in main()
112 if( show_time ) in main()
115 if( show_time ) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/device_event_log/
H A Ddevice_event_log_impl.cc144 ShowTime show_time, in LogEntryToString() argument
149 if (show_time == ShowTime::kTimeWithMs) in LogEntryToString()
152 if (show_time == ShowTime::kUnix) in LogEntryToString()
161 if (show_time == ShowTime::kUnix) { in LogEntryToString()
204 const ShowTime show_time = ShowTime::kTimeWithMs; in SendLogEntryToVLogOrErrorLog() local
236 ShowTime* show_time, in GetFormat() argument
242 *show_time = ShowTime::kNone; in GetFormat()
250 *show_time = ShowTime::kTimeWithMs; in GetFormat()
253 *show_time = ShowTime::kUnix; in GetFormat()
255 *show_time = ShowTime::kTimeWithMs; in GetFormat()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/device_event_log/
H A Ddevice_event_log_impl.cc141 ShowTime show_time, in LogEntryToString() argument
146 if (show_time == ShowTime::kTimeWithMs) in LogEntryToString()
149 if (show_time == ShowTime::kUnix) in LogEntryToString()
158 if (show_time == ShowTime::kUnix) { in LogEntryToString()
201 const ShowTime show_time = ShowTime::kTimeWithMs; in SendLogEntryToVLogOrErrorLog() local
233 ShowTime* show_time, in GetFormat() argument
239 *show_time = ShowTime::kNone; in GetFormat()
247 *show_time = ShowTime::kTimeWithMs; in GetFormat()
250 *show_time = ShowTime::kUnix; in GetFormat()
252 *show_time = ShowTime::kTimeWithMs; in GetFormat()
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/bin/
H A Dimlib2_load.c89 int show_time; in main() local
97 show_time = 0; in main()
112 show_time = 1; in main()
146 if (show_time) in main()
177 if (show_time) in main()
/dports/textproc/py-enrich/enrich-1.2.6/src/enrich/
H A Dlogging.py18 show_time: bool = False,
23 self.show_time = show_time
42 if self.show_time:
82 show_time=kwargs.get("show_time", False),
/dports/net-im/beebeep/beebeep-code-r1476/src/desktop/
H A DGuiSystemTray.cpp108 int show_time = qMax( min_time, Settings::instance().trayMessageTimeout() ); in showMessageInTray() local
110 show_time = qMax( 10000, show_time * 4 ); in showMessageInTray()
113 …ings::instance().programName(), IconManager::instance().icon( "beebeep-message.png" ), show_time ); in showMessageInTray()
115 showMessage( msg, Settings::instance().programName(), QSystemTrayIcon::Information, show_time ); in showMessageInTray()
/dports/math/eclib/eclib-20210318/tests/
H A Dhecketest.cc135 show_time(cerr); cerr<<endl;
162 cout<<"Time for old method: "; show_time(cerr); cerr<<endl;
177 cout<<"Time for new method: "; show_time(cerr); cerr<<endl;
210 show_time(cerr); cerr<<endl;
240 cout<<"...done, sparsity = "<<sparsity(MT); show_time(cerr); cerr<<endl;
247 cout<<"done, nulty = "<<nulty; show_time(cerr); cerr<<endl;
261 cout<<"done, denom(ker)="<<denker; show_time(cerr); cout<<endl;
276 cout<<"done "; show_time(cerr); cerr<<endl;
282 cout<<"done "; show_time(cerr); cerr<<endl;
325 show_time(cerr); cerr<<endl;
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A D_log_render.py17 show_time: bool = True,
24 self.show_time = show_time
48 if self.show_time:
56 if self.show_time:
/dports/textproc/py-rich/rich-10.16.1/rich/
H A D_log_render.py17 show_time: bool = True,
24 self.show_time = show_time
48 if self.show_time:
56 if self.show_time:
/dports/devel/R-cran-plyr/plyr/R/
H A Dprogress-time.r49 format(i / n * 100, width = 3), "% ~", show_time(time_left), " remaining")
58 cat("Completed after", show_time(proc.time()[3] - start), "\n")
60 cat("Killed after", show_time(proc.time()[3] - start), "\n")
71 show_time <- function(x) { function
/dports/cad/librepcb/librepcb-0.1.6/libs/hoedown/bin/
H A Dsmartypants.c48 int show_time; member
76 data->show_time = 1; in parse_short_option()
117 data->show_time = 1; in parse_long_option()
165 data.show_time = 0; in main()
208 if (data.show_time) { in main()
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/bin/
H A Dsmartypants.c48 int show_time; member
76 data->show_time = 1; in parse_short_option()
117 data->show_time = 1; in parse_long_option()
165 data.show_time = 0; in main()
208 if (data.show_time) { in main()
/dports/security/integrit/integrit-4.1/
H A Dshow.c56 void show_time(FILE *out, char T, time_t val) in show_time() function
98 show_time(stdout, 'a', s->st_atime); in show_entry()
99 show_time(stdout, 'm', s->st_mtime); in show_entry()
100 show_time(stdout, 'c', s->st_ctime); in show_entry()
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dgdith.cpp175 if(vid_stream->current && vid_stream->current->show_time > 0){ in timeSync()
179 play_time - vid_stream->current->show_time); in timeSync()
185 correction = play_time - vid_stream->current->show_time; in timeSync()
190 play_time = vid_stream->current->show_time + correction ; in timeSync()
192 vid_stream->current->show_time = -1; in timeSync()
/dports/devel/glademm/glademm-2.6.0/src/writers/
H A Dgnome_dateedit.cc63 bool show_time(w.getBoolProperty("show_time")); in Configure() local
68 if (show_time) in Configure()
82 bool show_time(w.getBoolProperty("show_time")); in ConstructionArgs() local
85 f << "time(NULL)," << PRINT_BOOL(show_time) << ',' << in ConstructionArgs()
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/terminal/
H A Dspinners.py278 def __init__(self, label, show_time=True): argument
287 self.show_time = show_time
302 timer = Timer() if self.show_time else None
/dports/devel/p5-Spoon/Spoon-0.24/lib/Spoon/
H A DTrace.pm9 field show_time => 1;
16 $self->show_time(0);
62 if ($self->show_time) {
/dports/science/dynare/dynare-4.6.4/matlab/particles/src/
H A Dtraditional_resampling.m158 %$ show_time = 1;
170 %$ if show_time
177 %$ if show_time
192 %$ if show_time
199 %$ if show_time
206 %$ if show_time
221 %$ if show_time
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/il/
H A Dtv_grab_il268 my $show_time = $theday->clone();
270 $show_time->add (days => 1);
272 $show_time->set(hour => $show_hour[0], minute => $show_hour[1], second => 0);
292 $stop_time = $show_time->clone();
300 start => $show_time->strftime("%Y%m%d%H%M%S %z"),
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dgdith.cpp179 if(vid_stream->current && vid_stream->current->show_time > 0){ in timeSync()
183 play_time - vid_stream->current->show_time); in timeSync()
189 correction = play_time - vid_stream->current->show_time; in timeSync()
194 play_time = vid_stream->current->show_time + correction ; in timeSync()
196 vid_stream->current->show_time = -1; in timeSync()
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/examples/
H A Dsimple_timer.pas129 procedure show_time(secs : longint); procedure
175 show_time(oldtimeval.tv_secs );
190 show_time(mytimeval.tv_secs);
209 show_time(mytimeval.tv_secs);
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/chrono/detail/inlined/
H A Drun_timer.hpp36 void show_time( const boost::chrono::process_times & times, in show_time() function
144 chrono_detail::show_time( times, m_format.c_str(), m_places, m_os ); in report()
150 chrono_detail::show_time( times, m_format.c_str(), m_places, m_os ); in report()
187 chrono_detail::show_time( times, m_format.c_str(), m_places, m_os ); in test_report()
/dports/math/R-cran-dplyr/dplyr/R/
H A Dprogress.R116 overall <- show_time(self$stop_time - self$init_time)
134 "~", show_time(time_left), " remaining"
153 show_time <- function(x) { function

12345678910>>...25