Java com.badlogic.gdx.utils PerformanceCounter fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils PerformanceCounter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils PerformanceCounter.

The text is from its open source code.

Constructor

Method

voidstart()
Start counting, call this method just before performing the task you want to keep track of.
voidstop()
Stop counting, call this method right after you performed the task you want to keep track of.