diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-13 18:27:40 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-13 18:27:40 +0000 |
commit | c11f90e3cdd0ac8ada78e2249c50de2645dbafe3 (patch) | |
tree | 3e98f1bd61dbf21547f5cd52100ebd997835a083 /Game/Code/Classes/ULog.pas | |
parent | 287886e656bab13d801def158b202dcf5d3081b7 (diff) | |
download | usdx-c11f90e3cdd0ac8ada78e2249c50de2645dbafe3.tar.gz usdx-c11f90e3cdd0ac8ada78e2249c50de2645dbafe3.tar.xz usdx-c11f90e3cdd0ac8ada78e2249c50de2645dbafe3.zip |
increased possible parallel benchmark count from 8 to 32
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1084 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/ULog.pas')
-rw-r--r-- | Game/Code/Classes/ULog.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas index 9cfddcfc..22241d23 100644 --- a/Game/Code/Classes/ULog.pas +++ b/Game/Code/Classes/ULog.pas @@ -54,8 +54,8 @@ type procedure LogToFile(const Text: string);
public
- BenchmarkTimeStart: array[0..7] of real;
- BenchmarkTimeLength: array[0..7] of real;//TDateTime;
+ BenchmarkTimeStart: array[0..31] of real;
+ BenchmarkTimeLength: array[0..31] of real;//TDateTime;
Title: String; //Application Title
|