HomeSort by relevance Sort by last modified time
    Searched refs:performanceTest (Results 1 - 2 of 2) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
SelectTest.java 56 performanceTest(runs, 1);
58 performanceTest(runs, enemy.size / 2);
60 performanceTest(runs, enemy.size);
87 public static void performanceTest (int runs, int k) {
UBJsonTest.java 69 performanceTest();
76 private void performanceTest () throws Exception {
77 Gdx.app.log("UBJsonTest", "--- performanceTest ---");

Completed in 60 milliseconds