dotty.tools.dotc.profile
package dotty.tools.dotc.profile
Members list
Type members
Classlikes
object ChromeTrace
Attributes
- Companion
- class
- Supertypes
- Self type
-
ChromeTrace.type
final class ChromeTrace(f: Path) extends Closeable
Allows writing a subset of captrue traces based on https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview# Can be visualized using https://ui.perfetto.dev/, Chrome's about://tracing (outdated) or the tooling in https://www.google.com.au/search?q=catapult+tracing&oq=catapult+tracing+&aqs=chrome..69i57.3974j0j4&sourceid=chrome&ie=UTF-8
Allows writing a subset of captrue traces based on https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview# Can be visualized using https://ui.perfetto.dev/, Chrome's about://tracing (outdated) or the tooling in https://www.google.com.au/search?q=catapult+tracing&oq=catapult+tracing+&aqs=chrome..69i57.3974j0j4&sourceid=chrome&ie=UTF-8
Attributes
- Companion
- object
- Supertypes
object ConsoleProfileReporter extends ProfileReporter
Attributes
- Supertypes
- Self type
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object FileUtils
Attributes
- Supertypes
object JsonNameTransformer
Attributes
- Supertypes
- Self type
-
JsonNameTransformer.type
case class ProfileRange(start: ProfileSnap, end: ProfileSnap, phase: Phase, purpose: String, taskCount: Int, thread: Thread)
Attributes
- Supertypes
Attributes
- Supertypes
- Known subtypes
-
object ConsoleProfileReporterclass StreamProfileReporter
Attributes
- Supertypes
object Profiler
class StreamProfileReporter(out: PrintWriter) extends ProfileReporter
Attributes
- Supertypes
object ThreadPoolFactory
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ThreadPoolFactory.type
In this article