Home
last modified time | relevance | path

Searched refs:checkpoint_ (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/folly/folly-2021.12.27.00/folly/
H A Dstop_watch.h109 custom_stop_watch() : checkpoint_(clock_type::now()) {} in custom_stop_watch()
127 : checkpoint_(std::move(checkpoint)) {} in custom_stop_watch()
151 void reset() { checkpoint_ = clock_type::now(); } in reset()
168 clock_type::now() - checkpoint_); in elapsed()
188 return clock_type::now() - checkpoint_ >= amount; in elapsed()
212 auto lastCheckpoint = checkpoint_; in lap()
214 checkpoint_ = clock_type::now(); in lap()
216 return std::chrono::duration_cast<duration>(checkpoint_ - lastCheckpoint); in lap()
244 if (now - checkpoint_ < amount) { in lap()
248 checkpoint_ = now; in lap()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A Dstop_watch.h109 custom_stop_watch() : checkpoint_(clock_type::now()) {} in custom_stop_watch()
127 : checkpoint_(std::move(checkpoint)) {} in custom_stop_watch()
152 checkpoint_ = clock_type::now(); in reset()
170 clock_type::now() - checkpoint_); in elapsed()
190 return clock_type::now() - checkpoint_ >= amount; in elapsed()
214 auto lastCheckpoint = checkpoint_; in lap()
216 checkpoint_ = clock_type::now(); in lap()
246 if (now - checkpoint_ < amount) { in lap()
250 checkpoint_ = now; in lap()
258 return checkpoint_; in getCheckpoint()
[all …]
/dports/biology/biosoup/biosoup-e2b39f1/include/biosoup/
H A Dtimer.hpp14 : checkpoint_(), elapsed_time_(0) {} in Timer()
29 checkpoint_ = std::chrono::steady_clock::now(); in Start()
33 if (checkpoint_.time_since_epoch().count()) { // Start() was called in Stop()
35 std::chrono::steady_clock::now() - checkpoint_).count(); in Stop()
36 checkpoint_ = {}; in Stop()
44 if (checkpoint_.time_since_epoch().count()) { // Start() was called in Lap()
46 std::chrono::steady_clock::now() - checkpoint_).count(); in Lap()
52 checkpoint_ = {}; in Reset()
57 std::chrono::time_point<std::chrono::steady_clock> checkpoint_; member in biosoup::Timer
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DStopwatch.cc44 checkpoint_(); in stop()
52 void Stopwatch::checkpoint_() const in checkpoint_() function in Stopwatch
62 if(!stopped_) checkpoint_(); in seconds()
68 if(!stopped_) checkpoint_(); in useconds()
H A DStopwatch.hh129 void checkpoint_() const;
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/molecule/
H A Dfdhess.h69 int checkpoint_; variable
172 void set_checkpoint(int c) { checkpoint_ = c; } in set_checkpoint()
174 int checkpoint() const { return checkpoint_; } in checkpoint()
H A Dfdhess.cc71 checkpoint_ = DEFAULT_CHECKPOINT; in FinDispMolecularHessian()
98 checkpoint_ = keyval->booleanvalue("checkpoint", def_checkpoint); in FinDispMolecularHessian()
120 s.get(checkpoint_); in FinDispMolecularHessian()
143 s.put(checkpoint_); in save_data_state()
578 if (checkpoint_) { in cartesian_hessian()
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/simulators/statevector/
H A Dqubitvector.hpp619 if (!checkpoint_) { in check_checkpoint()
641 if (checkpoint_) in ~QubitVector()
642 free(checkpoint_); in ~QubitVector()
786 if (checkpoint_) { in set_num_qubits()
787 free(checkpoint_); in set_num_qubits()
788 checkpoint_ = nullptr; in set_num_qubits()
816 if (!checkpoint_) in checkpoint()
822 checkpoint_[k] = data_[k]; in checkpoint()
837 data_ = checkpoint_; in revert()
838 checkpoint_ = nullptr; in revert()
[all …]
H A Dqubitvector_thrust.hpp1095 std::complex<data_t>* checkpoint_; member in QV::QubitVectorThrust
1285 if (!checkpoint_) { in check_checkpoint()
1324 if (checkpoint_) in ~QubitVectorThrust()
1325 free(checkpoint_); in ~QubitVectorThrust()
1611 if (checkpoint_) { in set_num_qubits()
1612 free(checkpoint_); in set_num_qubits()
1613 checkpoint_ = nullptr; in set_num_qubits()
1824 if (!checkpoint_) in checkpoint()
1837 m_Chunks[iPlace].CopyOut((thrust::complex<data_t>*)checkpoint_,pos,ic,m_maxChunkBits); in checkpoint()
1862 m_Chunks[iPlace].CopyIn((thrust::complex<data_t>*)checkpoint_,pos,ic,m_maxChunkBits); in revert()
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/bin/mpqc/
H A Dmpqcin.cc37 checkpoint_(1), in MPQCIn()
274 checkpoint_ = i; in set_checkpoint()
416 ostrs << indent << "checkpoint = " << checkpoint_.val() << endl; in parse_string()
417 ostrs << indent << "savestate = " << checkpoint_.val() << endl; in parse_string()
H A Dmpqcin.h39 MPQCInDatum<int> checkpoint_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dthreadable_loader_test.cc160 Checkpoint& GetCheckpoint() { return checkpoint_; } in GetCheckpoint()
161 void CallCheckpoint(int n) { checkpoint_.Call(n); } in CallCheckpoint()
177 Checkpoint checkpoint_; member in blink::__anonc3eb5b760111::ThreadableLoaderTestHelper
/dports/devel/binutils/binutils-2.37/gold/
H A Doutput.cc2396 checkpoint_(NULL), in Output_section()
2412 delete this->checkpoint_; in ~Output_section()
2728 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2860 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
3630 if (this->checkpoint_ != NULL in sort_attached_input_sections()
3880 if (this->checkpoint_ != NULL in get_input_sections()
3973 gold_assert(this->checkpoint_ == NULL); in save_states()
3979 this->checkpoint_ = checkpoint; in save_states()
3986 gold_assert(this->checkpoint_ != NULL); in discard_states()
3987 delete this->checkpoint_; in discard_states()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Doutput.cc2382 checkpoint_(NULL), in Output_section()
2397 delete this->checkpoint_; in ~Output_section()
2712 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2844 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
3610 if (this->checkpoint_ != NULL in sort_attached_input_sections()
3860 if (this->checkpoint_ != NULL in get_input_sections()
3953 gold_assert(this->checkpoint_ == NULL); in save_states()
3959 this->checkpoint_ = checkpoint; in save_states()
3966 gold_assert(this->checkpoint_ != NULL); in discard_states()
3967 delete this->checkpoint_; in discard_states()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Doutput.cc2382 checkpoint_(NULL), in Output_section()
2397 delete this->checkpoint_; in ~Output_section()
2712 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2844 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
3610 if (this->checkpoint_ != NULL in sort_attached_input_sections()
3860 if (this->checkpoint_ != NULL in get_input_sections()
3953 gold_assert(this->checkpoint_ == NULL); in save_states()
3959 this->checkpoint_ = checkpoint; in save_states()
3966 gold_assert(this->checkpoint_ != NULL); in discard_states()
3967 delete this->checkpoint_; in discard_states()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Doutput.cc2396 checkpoint_(NULL), in Output_section()
2412 delete this->checkpoint_; in ~Output_section()
2728 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2860 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
3630 if (this->checkpoint_ != NULL in sort_attached_input_sections()
3880 if (this->checkpoint_ != NULL in get_input_sections()
3973 gold_assert(this->checkpoint_ == NULL); in save_states()
3979 this->checkpoint_ = checkpoint; in save_states()
3986 gold_assert(this->checkpoint_ != NULL); in discard_states()
3987 delete this->checkpoint_; in discard_states()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Doutput.cc2396 checkpoint_(NULL), in Output_section()
2412 delete this->checkpoint_; in ~Output_section()
2728 gold_assert(this->checkpoint_ == NULL); in add_merge_input_section()
2860 if (this->checkpoint_ != NULL) in convert_input_sections_to_relaxed_sections()
3630 if (this->checkpoint_ != NULL in sort_attached_input_sections()
3880 if (this->checkpoint_ != NULL in get_input_sections()
3973 gold_assert(this->checkpoint_ == NULL); in save_states()
3979 this->checkpoint_ = checkpoint; in save_states()
3986 gold_assert(this->checkpoint_ != NULL); in discard_states()
3987 delete this->checkpoint_; in discard_states()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dthreadable_loader_test.cc180 Checkpoint& GetCheckpoint() { return checkpoint_; } in GetCheckpoint()
181 void CallCheckpoint(int n) { checkpoint_.Call(n); } in CallCheckpoint()
199 Checkpoint checkpoint_; member in blink::__anonc1dc19510111::ThreadableLoaderTestHelper
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/core/
H A Dshared_memory_arbiter_impl_unittest.cc152 : checkpoint_(std::move(checkpoint)) {} in TraceWriterIdChecker()
164 checkpoint_(); in UnregisterTraceWriter()
180 std::function<void()> checkpoint_; member in perfetto::TraceWriterIdChecker
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/core/
H A Dshared_memory_arbiter_impl_unittest.cc231 : checkpoint_(std::move(checkpoint)) {} in TraceWriterIdChecker()
243 checkpoint_(); in UnregisterTraceWriter()
259 std::function<void()> checkpoint_; member in perfetto::TraceWriterIdChecker
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dr12int_eval.h115 void checkpoint_() const;
H A Ddualbasis_mp2.cc168 checkpoint_(); in compute_dualEmp2_()
H A Dcompute_vxb_a_symm.cc345 checkpoint_(); in contrib_to_VXB_a_symm_()
H A Dcompute_a_gebc_abs1.cc347 checkpoint_(); in abs1_contrib_to_VXB_gebc_()
H A Dcompute_a_gebc.cc408 checkpoint_(); in obs_contrib_to_VXB_gebc_vbseqobs_()

12