aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-12-02 23:58:18 -0500
committerSteven Rostedt <rostedt@goodmis.org>2009-12-17 21:43:47 -0500
commit1ed72ada8dacf1b12c4b02c9d57c3ea42e8c202b (patch)
tree6d5b453254f4f87e68f13d53f8e03eb87cf0dda2
parent2a40741722d6e078ff25eac89a18769090a2c845 (diff)
Change default visible rows from 10000 to 1000
Even having 10000 row limit takes a bit of time to show the rows. Making it only 1000 rows per page seems to speed it up a bit. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--trace-view-store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-view-store.h b/trace-view-store.h
index 9dbbb5a..9c9af78 100644
--- a/trace-view-store.h
+++ b/trace-view-store.h
@@ -121,7 +121,7 @@ GType trace_view_store_get_type (void);
121 121
122TraceViewStore *trace_view_store_new (struct tracecmd_input *handle); 122TraceViewStore *trace_view_store_new (struct tracecmd_input *handle);
123 123
124#define TRACE_VIEW_DEFAULT_MAX_ROWS 10000 124#define TRACE_VIEW_DEFAULT_MAX_ROWS 1000
125 125
126#if 0 126#if 0
127void trace_view_store_append_record (TraceViewStore *trace_view_store, 127void trace_view_store_append_record (TraceViewStore *trace_view_store,