Skip to content

Instantly share code, notes, and snippets.

View vartagg's full-sized avatar

Vladimir Chub vartagg

View GitHub Profile
@vartagg
vartagg / !Profiler.hx
Created August 29, 2017 08:39 — forked from hamaluik/!Profiler.hx
Simple Haxe Profiler
package ;
import haxe.ds.StringMap;
import haxe.macro.Context;
import haxe.macro.Expr;
import haxe.macro.Printer;
import haxe.macro.Type.ClassType;
import neko.Lib;
using haxe.macro.ExprTools;