We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ChromeTrace
1 parent ecc332f commit f7f51edCopy full SHA for f7f51ed
compiler/src/dotty/tools/dotc/profile/ChromeTrace.scala
@@ -45,6 +45,7 @@ final class ChromeTrace(f: Path) extends Closeable {
45
private val traceWriter = FileUtils.newAsyncBufferedWriter(f)
46
private val context = mutable.Stack[JsonContext](TopContext)
47
private val tidCache = new ThreadLocal[String]() {
48
+ @annotation.nowarn("cat=deprecation")
49
override def initialValue(): String = "%05d".format(Thread.currentThread().getId())
50
}
51
objStart()
0 commit comments