MCPcopy Create free account
hub / github.com/colmap/colmap / Size

Method Size

src/colmap/util/threading.h:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405template <typename T>
406size_t JobQueue<T>::Size() {
407 std::unique_lock<std::mutex> lock(mutex_);
408 return jobs_.size();
409}
410
411template <typename T>
412bool JobQueue<T>::Push(T data) {

Callers 15

TEST_PFunction · 0.45
MatchMethod · 0.45
VerifyMethod · 0.45
MergeClustersFunction · 0.45
RunMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
RunMethod · 0.45
ReconstructMethod · 0.45
RunMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by 6

TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36