comparison src/org/dancres/blitz/tools/dash/StartDashBoard.java @ 23:28c84687bdb8

Add an additional option on Dashboard to display full stats as raw strings.
author Dan Creswell <dan.creswell@gmail.com>
date Fri, 28 Aug 2009 21:01:04 +0100
parents 3dc0c5604566
children
comparison
equal deleted inserted replaced
22:b7e52953b7a6 23:28c84687bdb8
19 19
20 public class StartDashBoard{ 20 public class StartDashBoard{
21 21
22 private static final long MAX_DISCOVER_TIME = 15 * 1000; 22 private static final long MAX_DISCOVER_TIME = 15 * 1000;
23 //changed to public as this is accessed by the ServiceUI 23 //changed to public as this is accessed by the ServiceUI
24 public static final String VER="Blitz dashboard: v1.2"; 24 public static final String VER="Blitz dashboard: v1.3";
25 25
26 public static void main(String [] args){ 26 public static void main(String [] args){
27 try{ 27 try{
28 long myDiscoverTime = MAX_DISCOVER_TIME; 28 long myDiscoverTime = MAX_DISCOVER_TIME;
29 29