Real Pi Benchmark Application icon

Real Pi Benchmark 2.2

2.7 MB / 100K+ Downloads / Rating 4.4 - 884 reviews


See previous versions

Real Pi Benchmark, developed and published by GeorgieLabs, has released its latest version, 2.2, on 2023-11-27. This app falls under the Tools category on the Google Play Store and has achieved over 100000 installs. It currently holds an overall rating of 4.4, based on 884 reviews.

Real Pi Benchmark APK available on this page is compatible with all Android devices that meet the required specifications (Android 6.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.georgie.pi

Updated: 1 year ago

Developer Name: GeorgieLabs

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Real Pi Benchmark on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.4
Total 884 reviews

Reviews

5 ★, on 2020-06-17
My Asus Max Pro M1 (Snapdragon 636, 3gb RAM) took 4.38 sec for the 1M pi digits. Also tested my other phones: Infinix Note 5 Stylus (Mediatek 6763V, 4gb RAM) took 13.67 sec. Infinix Hot S3 (Snapdragon 430, 3gb RAM) took 12.28 sec. Samsung Note 4 took 8.9sec Update: 2020/06 Redmi Note 8 Pro (6gb): 2.53sec.

1 ★, on 2020-05-02
Why the worst app uploaded on the play store !!!!!😡 When i started to test with normal values it work well but app crashes at the end But this is not a problem There is a lot of bug in your app there is a fatel problem in your app that your app freeze phone till shutdown in non battery removable phone i am too angry on this there is no caution for such problems so i suggest you do not download that app Worst app ever😡😡😡😡😡😡😡

4 ★, on 2020-09-14
Nice for showing your phone power! Moto g power 1M: 3.9 seconds 10M: 97.22 seconds

5 ★, on 2020-01-15
I like it. Would be cool to have a website that shows data for all smartphones to compare. My phone: Samsung Galaxy 8 Active - 1 million was 2.97 seconds. I will use the app to check how my cpu is doing over time and health.

5 ★, on 2019-01-27
When the value is calculated, there is a really sweet sound played at the end. Could you please tell me more about it? The horrible and sad notifications that I get would be more bearable if I get to listen to that sweet symphony.

5 ★, on 2020-03-05
0.74 seconds on a Samsung Tab S6 and 1.69 on a galaxy S10+ with the stock test. Also ran the nth digit test on both with the recommended 400,000. Tab S6 got 67.45 secs and the s10+ got 67.28 secs. Interesting and light benchmark, and very quick too.

Previous Versions

Real Pi Benchmark 2.2
2023-11-27 / 2.7 MB / Android 6.0+

Real Pi Benchmark 2.1
2022-12-05 / 1.5 MB / Android 4.0+

About this app

RealPi provides some of the best and most interesting Pi calculation algorithms out there. This app is a benchmark which tests your Android device's CPU and memory performance. It calculates the value of Pi to the number of decimal places you specify. You can view and search for patterns in the resulting digits to find your birthday in Pi or find famous digit sequences like the "Feynman Point" (six 9's in a row at the 762nd digit position). There are no hard limits on the number of digits, if you experience a freeze please see "Warnings" below.

Leave comments with your Pi calculation time on the AGM+FFT formula for 1 million digits. Also the most digits you can calculate, which tests your phone's memory. The author's Nexus 6p takes 5.7 sec for 1 million digits. Note that the AGM+FFT algorithm works in powers of 2, so calculating 10 million digits takes just as much time and memory as 16 million digits (the internal precision is shown in the output). On multi-core processors RealPi tests the performance of a single core. For accurate benchmark timing ensure that no other applications are running and your phone is not hot enough to throttle the CPU.

Search function:
Use this to find patterns in Pi like your birthday. For best results calculate at least one million digits using the AGM + FFT formula, then select the "Search for Patterns" menu option.

Here's a summary of the available algorithms:
-AGM + FFT formula (Arithmetic Geometric Mean): This is one of the fastest available methods to calculate Pi, and is the default formula used by RealPi when you press "Start". It runs as native C++ code and is based on Takuya Ooura's pi_fftc6 program. For many millions of digits it can require a lot of memory, which often becomes the limiting factor in how many digits you can calculate.

-Machin's formula: This formula was discovered by John Machin in 1706. It's not as fast as AGM + FFT, but shows you all the digits of Pi accumulating in real time as the calculation proceeds. Choose this formula in the settings menu and then press "Start". It's written in Java using the BigDecimal class. Calculation times may start to get long around 200,000 digits, but on modern phones you can calculate and view 1 million digits using Machin if you're patient.

-Nth digit of Pi formula by Gourdon: This formula shows that it's possible (surprisingly) to calculate decimal digits of Pi "in the middle" without calculating the preceding digits, and needs very little memory. When you press the "Nth Digit" button RealPi determines 9 digits of Pi ending with the digit position you specify. It runs as native C++ code and is based on Xavier Gourdon's pidec program. Although it's faster than Machin's formula it can't beat the AGM + FFT formula in speed.

-Nth digit of Pi formula by Bellard: Gourdon's algorithm for the Nth digit of Pi can't be used for the first 50 digits, so this formula by Fabrice Bellard is used instead if digits < 50.

Other Options:
If you enable the "Calculate when in sleep" option RealPi will keep calculating while your screen is off, useful when calculating many digits of Pi. While not calculating or after the calculation finishes your device will go into deep sleep as usual.

Warnings:
This app can drain your battery quickly when doing a long calculation, especially if the "Calculate when in sleep" option is on.

Calculation speed depends on your device's CPU speed and memory. At very large numbers of digits RealPi may terminate unexpectedly or not produce an answer. It could also take a very long time to run (years). This is due to the large amount of memory and/or CPU time needed. The upper limit on the number of digits you can calculate depends on your Android device.

Changes to the "Calculate when in sleep" option take effect for the next Pi calculation, not in the middle of a calculation.

New features

-Updated for Android 13 and rebuilt using latest APIs.
-Minor bug fixes.

App Permissions

Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.