Skip to content

defold/extension-profile-counters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension profile counters

This is an advanced example of retrieving some of the profiling data at runtime.

In this example the profile counters are available even in release mode. This is achieved by using an app manifest in order to remove some engine libraries. (which this extension replaces).

Note! When using this extension, you remove the regular profiler that is normally included in Defold!

Script api

This extension provides a lua table with the latest counters through the profile namespace:

local counters = profile.get_properties()
pprint("Counters", counters)

About

Provides the profile counters in release mode via a Lua interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published