1 mijë+
shkarkime
Vlerësimi i përmbajtjes
Të gjithë
Imazhi i pamjes së ekranit
Imazhi i pamjes së ekranit

Rreth këtij aplikacioni

Benchmark the memory and cache bandwidth of your device.

This app estimates the device memory bandwidth by repeatedly reading/writing the data in a memory block.
The size of that memory blocks is swept from large to small. Larger memory blocks will evidence the bandwidth of the DRAM.
Smaller memory blocks may show significantly higher bandwidth (e.g. below 1MB on OMAP 4460 CPUs), as the data will with in the CPU cache.

The memory operations are implemented as native C functions to be as close to the metal as possible.

The app is fully configurable for extreme geeks:
- Range of memory size addressed
- operation type: clear8, clear16, clear32, clear64, memset, non-aligned clear32
- Miminums for the operation: minimum memory accessed, minimum duration, minimum repetitions
- Best of n-repetitions
- Thermal throttling mitigation: configurable sleep between operations to prohibit thermal throttling
- Plot the results (linear or logarithmic scale)
Përditësuar më
2 sht 2013

Siguria e të dhënave

Siguria fillon me njohjen e mënyrës se si i mbledhin dhe i ndajnë zhvilluesit të dhënat e tua. Praktikat për privatësinë dhe sigurinë e të dhënave mund të variojnë bazuar në përdorimin, rajonin dhe moshën tënde. Këto informacione janë dhënë nga zhvilluesi dhe ato mund të përditësohen me kalimin e kohës.
Nuk ndahen të dhëna me palë të treta
Mëso më shumë për mënyrën se si e deklarojnë zhvilluesit ndarjen e të dhënave
Nuk mblidhen të dhëna
Mëso më shumë për mënyrën se si e deklarojnë zhvilluesit mbledhjen e të dhënave

Ç'të reja ka

03.09.2013: Additional benchmarks with non-aligned memory access, help
23.08.2013: Fixed minimum API (level 7 - Android 2.1)
22.08.2013: First release