[jboss-cvs] jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/collector/model ...

Takuro Okada t2-okada at nri.co.jp
Mon Nov 6 02:34:10 EST 2006


  User: tokada  
  Date: 06/11/06 02:34:10

  Modified:    java/src/expansion/org/jboss/profiler/exp/agent/collector/model 
                        Tag: JBossProfiler_Expansion MetricName.java
  Log:
  Added an enum value.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +2 -0      jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/collector/model/Attic/MetricName.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MetricName.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/src/expansion/org/jboss/profiler/exp/agent/collector/model/Attic/MetricName.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -b -r1.1.2.2 -r1.1.2.3
  --- MetricName.java	31 Oct 2006 11:27:51 -0000	1.1.2.2
  +++ MetricName.java	6 Nov 2006 07:34:10 -0000	1.1.2.3
  @@ -35,6 +35,7 @@
       
       CPU_TIME("Elapsed CPU Time"),
       USER_CPU_TIME("Elapsed CPU Time (User)"),
  +    REAL_TIME("Elapsed Time"),
       
       WAIT_COUNT("Wait Count"),
       WAIT_TIME("Wait Time"),
  @@ -47,6 +48,7 @@
       
       CPU_TIME_PASSAGE("Elapsed CPU Time"),
       USER_CPU_TIME_PASSAGE("Elapsed CPU Time (User)"),
  +    REAL_TIME_PASSAGE("Elapsed Time"),
       
       CPU_TIME_PASSAGE_DETAIL("Elapsed CPU Time"),
       USER_CPU_TIME_PASSAGE_DETAIL("Elapsed CPU Time (User)"),
  
  
  



More information about the jboss-cvs-commits mailing list