| 120 | } |
| 121 | |
| 122 | PersistentCache::Blob ProfilerCache::Key::blob() const { |
| 123 | mgb_assert(!m_blob_storage.empty()); |
| 124 | return {m_blob_storage.data(), m_blob_storage.size()}; |
| 125 | } |
| 126 | |
| 127 | ProfilerCache& ProfilerCache::inst() { |
| 128 | static ProfilerCache inst; |