summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-05-29 12:41:24 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-05-29 12:41:24 -0400
commitfc87a983830b5fd727d7873ae609a038966163a0 (patch)
tree6b487e6589cf2785b4ac58157b41a708d99bda88 /include/framework/DynamicExtension.h
parent7f823ef35733230d3fd1e12e52fecde89f415e8b (diff)
downloaddynamic-extension-fc87a983830b5fd727d7873ae609a038966163a0.tar.gz
Stall rate benchmarking
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index b65ad47..57e678b 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -493,7 +493,9 @@ private:
* this code will be bypassed in that case.
*/
if (args->priority == ReconstructionPriority::FLUSH) {
- fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
+ #ifdef DE_PRINT_SHARD_COUNT
+ fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
+ #endif
// fprintf(stderr, "[I] Running flush (%ld)\n", recon_id);
// fprintf(stderr, "[I]\t Assigned Version %ld (%ld)\n",
// args->version->get_id(), recon_id);