From 88aa8f8202970ee510867cbf275ba0844205099a Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Thu, 13 Apr 2023 00:28:29 +0300 Subject: [PATCH] add info about prof.c --- src/prof.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/prof.c b/src/prof.c index 284b4c3..5dfe51e 100644 --- a/src/prof.c +++ b/src/prof.c @@ -1,3 +1,6 @@ +// Source: https://github.com/tsoding/wang-tiles/blob/0aebe3bb5d4ded4a163ed597b0cc7790177333e9/src/prof.c +// Licensed under MIT. https://github.com/tsoding/wang-tiles/blob/0aebe3bb5d4ded4a163ed597b0cc7790177333e9/LICENSE + // TODO: document how to use the profiler module @doc #include #include