Add comment on the memory requirements of StackFrameDeminifier.

This commit is contained in:
Christian Gonzalez 2016-11-16 12:00:54 -08:00
Родитель d1acc2cabb
Коммит d2a78353b0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,8 @@ namespace SourcemapToolkit.CallstackDeminifier
/// <summary>
/// Class responsible for deminifying a single stack frame in a minified stack trace.
/// This method of deminification relies on a source map being available at runtime.
/// Since source maps take up a large amount of memory, this class consumes considerably
/// more memory than SimpleStackFrame Deminifier during runtime.
/// </summary>
internal class StackFrameDeminifier : SimpleStackFrameDeminifier
{