Home
last modified time | relevance | path

Searched refs:bfoundTot (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dtdriver.cpp49 uint64_t bfoundTot = 0; variable
153 bfoundTot += bfound; in thr_client()
380 uint64_t total = bfoundTot + rfoundTot; in main()
387 avgTot = (bfoundTot + rfoundTot) / elTime; in main()
389 blkAvg = (bfoundTot) / elTime; in main()
393 avgTot = bfoundTot + rfoundTot; in main()
395 blkAvg = bfoundTot; in main()
399 "\tBlk: c " << blockOpCountTot << " pass " << bfoundTot << " fail " << bnfoundTot << in main()
H A DbcTest.cpp49 uint64_t bfoundTot = 0; variable
167 bfoundTot += bfound; in thr_client()
423 avgTot = (bfoundTot + rfoundTot) / elTime; in main()
425 blkAvg = (bfoundTot) / elTime; in main()
429 avgTot = bfoundTot + rfoundTot; in main()
431 blkAvg = bfoundTot; in main()
435 "\tBlk: c " << blockOpCountTot << " pass " << bfoundTot << " fail " << bnfoundTot << in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dtdriver.cpp49 uint64_t bfoundTot = 0; variable
153 bfoundTot += bfound; in thr_client()
380 uint64_t total = bfoundTot + rfoundTot; in main()
387 avgTot = (bfoundTot + rfoundTot) / elTime; in main()
389 blkAvg = (bfoundTot) / elTime; in main()
393 avgTot = bfoundTot + rfoundTot; in main()
395 blkAvg = bfoundTot; in main()
399 "\tBlk: c " << blockOpCountTot << " pass " << bfoundTot << " fail " << bnfoundTot << in main()
H A DbcTest.cpp49 uint64_t bfoundTot = 0; variable
167 bfoundTot += bfound; in thr_client()
423 avgTot = (bfoundTot + rfoundTot) / elTime; in main()
425 blkAvg = (bfoundTot) / elTime; in main()
429 avgTot = bfoundTot + rfoundTot; in main()
431 blkAvg = bfoundTot; in main()
435 "\tBlk: c " << blockOpCountTot << " pass " << bfoundTot << " fail " << bnfoundTot << in main()