From ad8f37d1ba63a4d799f35e2244b2facb0fedf59b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Dec 2007 00:48:49 +0000 Subject: Stringpool stats. Also make Symbol_table support functions inline. --- gold/stringpool.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/stringpool.h') diff --git a/gold/stringpool.h b/gold/stringpool.h index e902b8e..c5a3baf 100644 --- a/gold/stringpool.h +++ b/gold/stringpool.h @@ -149,6 +149,10 @@ class Stringpool_template void write_to_buffer(unsigned char* buffer, size_t buffer_size); + // Dump statistical information to stderr. + void + print_stats(const char*) const; + private: Stringpool_template(const Stringpool_template&); Stringpool_template& operator=(const Stringpool_template&); -- cgit v1.1