[Groonga-commit] groonga/groonga-query-log [master] Move SizedStatistics under Groonga::QueryLog::Analyzer

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Dec 12 15:44:13 JST 2012


Haruka Yoshihara	2012-12-12 15:44:13 +0900 (Wed, 12 Dec 2012)

  New Revision: cd0d7f6b0e99bfb3b53edd85c572d3ac1aecbe19
  https://github.com/groonga/groonga-query-log/commit/cd0d7f6b0e99bfb3b53edd85c572d3ac1aecbe19

  Log:
    Move SizedStatistics under Groonga::QueryLog::Analyzer

  Modified files:
    lib/groonga/query-log.rb
    lib/groonga/query-log/analyzer.rb
  Renamed files:
    lib/groonga/query-log/analyzer/sized-statistics.rb
      (from lib/groonga/query-log/sized-statistics.rb)

  Modified: lib/groonga/query-log.rb (+0 -1)
===================================================================
--- lib/groonga/query-log.rb    2012-12-12 15:43:06 +0900 (cf5ee83)
+++ lib/groonga/query-log.rb    2012-12-12 15:44:13 +0900 (938f633)
@@ -20,5 +20,4 @@ require "groonga/query-log/version"
 require "groonga/query-log/analyzer"
 require "groonga/query-log/parser"
 require "groonga/query-log/sized-grouped-operations"
-require "groonga/query-log/sized-statistics"
 require "groonga/query-log/streamer"

  Modified: lib/groonga/query-log/analyzer.rb (+1 -0)
===================================================================
--- lib/groonga/query-log/analyzer.rb    2012-12-12 15:43:06 +0900 (47903da)
+++ lib/groonga/query-log/analyzer.rb    2012-12-12 15:44:13 +0900 (61fd7c3)
@@ -19,6 +19,7 @@
 
 require 'optparse'
 require "groonga/query-log/analyzer/reporter"
+require "groonga/query-log/analyzer/sized-statistics"
 
 module Groonga
   module QueryLog

  Renamed: lib/groonga/query-log/analyzer/sized-statistics.rb (+5 -0) 95%
===================================================================
--- lib/groonga/query-log/sized-statistics.rb    2012-12-12 15:43:06 +0900 (b6f0ea8)
+++ lib/groonga/query-log/analyzer/sized-statistics.rb    2012-12-12 15:44:13 +0900 (b917dca)
@@ -17,6 +17,11 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+require "groonga/query-log/analyzer/sized-grouped-operations"
+require "groonga/query-log/analyzer/reporter/console"
+require "groonga/query-log/analyzer/reporter/html"
+require "groonga/query-log/analyzer/reporter/json"
+
 module Groonga
   module QueryLog
     class SizedStatistics < Array
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index