0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-13 16:33:53 +01:00

ircd::ctx: Relax noinline attribute on prof::stack_usage_here() wrapper.

This commit is contained in:
Jason Volk 2018-02-20 13:57:54 -08:00
parent 4de2479f73
commit d673ce16d4

View file

@ -14,7 +14,7 @@
namespace ircd::ctx
{
size_t stack_usage_here(const ctx &) __attribute__((noinline));
size_t stack_usage_here() __attribute__((noinline));
size_t stack_usage_here();
}
/// Profiling for the context system.