From 6bd7135e6039b0682f49234e42451077413f0bd9 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 10 May 2016 10:49:09 +0200 Subject: count clicks and keystrokes, fix bug in rule addition, good params and improvement for phrase2 extraction --- views/debug.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views') diff --git a/views/debug.haml b/views/debug.haml index 1bc0fd1..3c1e006 100644 --- a/views/debug.haml +++ b/views/debug.haml @@ -144,6 +144,8 @@ %p.updated Number of updates: #{pairwise_ranking_data["num_up"]} %p.updated Updated features: #{pairwise_ranking_data["updated_features"]} %p Duration: #{data["durations"][progress]}ms + %p Keypresses: #{data["count_kbd"][progress]} + %p Clicks: #{data["count_click"][progress]} %h3 Derivation %p -- cgit v1.2.3