Skip to content

Commit f159e0c

Browse files
committed
INTERNAL: added new items in the sizes program.
1 parent f5a49e6 commit f159e0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sizes.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,14 @@ int main(int argc, char **argv)
2121
display("libevent thread cumulative", sizeof(LIBEVENT_THREAD));
2222
display("Thread stats cumulative\t", sizeof(struct thread_stats));
2323

24+
printf("----------------------------------------\n");
25+
26+
display("hash item info\t", sizeof(item_info));
27+
display("elem item info\t", sizeof(eitem_info));
28+
display("item attributes\t", sizeof(item_attr));
29+
display("eflag filter\t", sizeof(eflag_filter));
30+
display("eflag update\t", sizeof(eflag_update));
31+
display("Pipe reponse buffer", PIPE_RES_MAX_SIZE);
32+
2433
return 0;
2534
}

0 commit comments

Comments
 (0)