Fully functional CK Tile profiler.

This commit is contained in:
Ville Pietilä
2025-10-14 13:35:37 +00:00
parent 0f6bf78caa
commit bbed3a62dc
6 changed files with 93 additions and 41 deletions

View File

@@ -13,7 +13,7 @@ void CK_TILE_ERROR(Args&&... args) noexcept
{
std::ostringstream oss;
(oss << ... << args);
std::cerr << "[ERROR] " << oss.str() << std::endl;
std::cerr << "[CK TILE ERROR] " << oss.str() << std::endl;
}
namespace internal {