Not sure if I understand your question, you want to display FPS onscreen so you can test on android?
If so, just use the global variable fps and display it in a text box either every tick or every X seconds etc. To get a better idea of the real rate, also calculate an average and display both values.