
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Killed all the processes that can load the CPU, ran the script three times, did not change anything while the script was running.
laptop, i5, win 8, geforce 610M 2GB
Operating System Microsoft Windows XP Professional SP3
CPU Type DualCore Intel Celeron G550, 2600 MHz (26 x 100)
System Memory 3548 MB (DDR3-1333 DDR3 SDRAM)
Video Adapter NVIDIA GeForce 210 (1024 MB)
OpenCL Device #0: CPU Intel(R) Corporation Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz with OpenCL 1.1 (4 units, 3300 MHz, 8174 Mb, version 1.1, rating 134)
2013.04.28 11:46:52 BenchmarkLabel__1 (EURUSD,D1) 4. Время обновления текста и позиций у битмапа с прозрачностью = 5257 ms
2013.04.28 11:46:47 BenchmarkLabel__1 (EURUSD,D1) 3. Время обновления текста и позиций у меток со чтением = 13573 ms
2013.04.28 11:46:33 BenchmarkLabel__1 (EURUSD,D1) 2. Время обновления текста и позиций у меток без чтения = 4274 ms
2013.04.28 11:46:29 BenchmarkLabel__1 (EURUSD,D1) 1. Время обновления текста у меток без чтения = 4103 ms
2013.04.28 11:46:25 BenchmarkLabel__1 (EURUSD,D1) 0. Время разогрева динамических очередей без визуализации = 62 ms
2013.04.28 11:46:25 BenchmarkLabel__1 (EURUSD,D1) Для корректного теста подберите размер окна 1024 x 768 пикселей, без индикаторов, не трогайте ничего, не сворачивайте и не закрывайте окна
2013.04.28 11:46:25 BenchmarkLabel__1 (EURUSD,D1) Разрешение чарта: 1075 x 746 пикселей
OpenCL Device #0: CPU Intel(R) Corporation Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz with OpenCL 1.1 (4 units, 3300 MHz, 8174 Mb, version 1.1, rating 134)
2013.04.28 12:12:16 BenchmarkLabel__1 (EURUSD,D1) 5. Время обновления текста и позиций у битмапа без прозрачности = 4805 ms
2013.04.28 12:12:11 BenchmarkLabel__1 (EURUSD,D1) 4. Время обновления текста и позиций у битмапа с прозрачностью = 4929 ms
2013.04.28 12:12:06 BenchmarkLabel__1 (EURUSD,D1) 3. Время обновления текста и позиций у меток со чтением = 11763 ms
2013.04.28 12:11:55 BenchmarkLabel__1 (EURUSD,D1) 2. Время обновления текста и позиций у меток без чтения = 3557 ms
2013.04.28 12:11:51 BenchmarkLabel__1 (EURUSD,D1) 1. Время обновления текста у меток без чтения = 3447 ms
2013.04.28 12:11:48 BenchmarkLabel__1 (EURUSD,D1) 0. Время разогрева динамических очередей без визуализации = 94 ms
2013.04.28 12:11:47 BenchmarkLabel__1 (EURUSD,D1) Для корректного теста подберите размер окна 1024 x 768 пикселей, без индикаторов, не трогайте ничего, не сворачивайте и не закрывайте окна
2013.04.28 12:11:47 BenchmarkLabel__1 (EURUSD,D1) Разрешение чарта: 1075 x 627 пикселей
Updated GPU driver to 314.22 - faster
In both cases Win7 sp1 x64, 8Gb RAM.
Win7 x64, 4Gb RAM.
Strangely, my cpu does not show up as an OpenCL device and the xxx rating does not show up.
Pipeline checking is important, because real work often involves reading object parameters before changing them.
In the real world (if you take the situation as a practical matter), labels are not queried.
All coordinates and properties are stored in wrapper class fields. In the Standard Label, for example.
that's why I think it's harmful to have a poll in this test (otherwise we should add something similar for bitmap - a poll where is the coordinate where to output TextOut)
---
Conducted so many tests - clearly seen that ChartRedraw brake. and all. for without it tags win not just 10-20%, but many times over.
I think that this method should be verified for such low speed. for if on 5000 redraws we have cycle performance in 10 seconds... something needs to be done.
So, some complicated function is responsible for drawing graph objects, while BitBlt for bitmap output has no effect on the bitmap refresh rate.
It turns out - forcibly equalized speed.
Bitmap is indispensable, for example, in drawing interface elements. Well, there are no other options.
Please tell me about EditBox, in details about drawing it with bitmap and input carriage.