Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes
In directory usw-pr-cvs1:/tmp/cvs-serv20685
Modified Files:
Bundle.properties SnapshotNode.java
Log Message:
added cpu backtrace view
Index: Bundle.properties
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes/Bundle.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Bundle.properties 20 Aug 2002 19:13:39 -0000 1.7
--- Bundle.properties 23 Aug 2002 18:16:32 -0000 1.8
***************
*** 181,182 ****
--- 181,185 ----
LBL_CTItemPureTime=Pure Time
LBL_CTItemHits=Hits Count
+ LBL_BTItemClass=Class
+ LBL_BTItemMethodName=Method Name
+ LBL_BTItemMethodSignature=Method Signature
Index: SnapshotNode.java
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/nodes/SnapshotNode.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** SnapshotNode.java 20 Aug 2002 19:13:39 -0000 1.4
--- SnapshotNode.java 23 Aug 2002 18:16:32 -0000 1.5
***************
*** 72,75 ****
--- 72,76 ----
return new SystemAction[] {
SystemAction.get(OpenCallTree.class),
+ SystemAction.get(OpenBacktrace.class),
null,
SystemAction.get(CloseSnapshotAction.class),
***************
*** 244,247 ****
--- 245,251 ----
/*
* $Log$
+ * Revision 1.5 2002/08/23 18:16:32 petrul
+ * added cpu backtrace view
+ *
* Revision 1.4 2002/08/20 19:13:39 petrul
* separate call-tree window
|