DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Test

Solved!
Go to solution

Hello!

 

I want to do some simple, reproducible performance test to compare DIAdem, with other measurement data analyzer software.

In this test the software do some channel operations (eg. Calculate average). After the first run of the script, this calculation was much slower, than the next one. Probably some data stayed in the memory, but i really want to know why.

 

I use this script:

Call Data.Root.Clear()

Call LogfileDel()

Dim Start

Start=Timer

 

Call DataFileLoad(".")

 

Dim Load

Load=Timer-Start

Call MsgboxDisp(Load)

 

Dim start2

Start2=Timer

 

Call ChnAverage("'[1]/[1]'-'[1]/[20]'","[1]/Average")

 

Dim Finish

Finish=Timer - start2

 

Call MsgboxDisp(Finish)

 

Thanks for the answer.

Gergo

 

0 Kudos
Message 1 of 2
(2,309 Views)
Solution
Accepted by topic author Gergo.F

Hi Gergo,

 

I assume this is because of the settings in the loading behavior.

2017-10-06 13 25 20.png

Greetings

Walter

Message 2 of 2
(2,249 Views)