Current Forum: Homework 3 Forum |
Date: Sat Sep 29 2001 4:19 pm |
Author: Liu, Limin Angela <laliu@andrew.cmu.edu> |
Subject: Re: How to check speed |
|
|
Type this at your command line:
time java (-mx64m) Parser "file.name"
It will give you the time it spends on the system, and also the real time that has elapsed. |
|