summaryrefslogtreecommitdiff
path: root/profilers
AgeCommit message (Expand)Author
2022-07-12Remove unified pipeline flag in CpuProfilerStageYi Yang
2022-07-12Remove unified pipeline flag in Cpu ProfilerYi Yang
2022-06-25Cache tabs if memory allowsPhil Nguyen
2022-06-25Update FlameChart asynchronouslyPhil Nguyen
2022-06-25Update UIs async-ly on range changePhil Nguyen
2022-06-22Implement top-down/bottom-up as immutable treesPhil Nguyen
2022-06-21Remove Network migration code in ProfilersPeter Xu
2022-06-21Ignore manufacturer name if it is already included in the product nameMohammad Saboorian
2022-06-13Migrate to MocktioKt's "whenever" instead of awkward `when`.Kurt Dresner
2022-06-03Update baselines to allowlist existing by-lazy usagesTor Norbye
2022-06-02Fix inaccurate retained sizes in heap dump for classesPhil Nguyen
2022-05-25Add library kotlin-testDana Dahlstrom
2022-05-24Update baselines for @VisibleForTesting improvementsTor Norbye
2022-05-17Stop saving both global/thread times in `CpuTreeNode`Phil Nguyen
2022-05-16Fix lingering listeners to range change when tab closedPhil Nguyen
2022-05-13Convert HTreeChart to KotlinPhil Nguyen
2022-05-13Remove profileable feature flagsPhil Nguyen
2022-04-22Implement delegate for cached properties dependent on statesPhil Nguyen
2022-04-22Remove `addNode` and `addChild` from `CpuTreeNode`Phil Nguyen
2022-04-19Log simpleperf preprocess failures to metricsYi Yang
2022-04-18Convert `CpuTreeNode` to KotlinPhil Nguyen
2022-04-18Convert `TopDownNode` to KotlinPhil Nguyen
2022-04-18Convert `BottomUpNode` to KotlinPhil Nguyen
2022-04-15Track heap dump loadingPhil Nguyen
2022-04-15Convert `CaptureDetails` and subclasses to KotlinPhil Nguyen
2022-04-08Convert FeatureTracker to KotlinPhil Nguyen
2022-03-31Remove unused and obsolete methods in FeatureTrackerYi Yang
2022-03-30Convert IdeProfilerServices to KotlinPhil Nguyen
2022-03-29Remove "Cpu startup" feature flagPhil Nguyen
2022-03-29Remove "use trace processor" feature flagPhil Nguyen
2022-03-29Remove "new cpu recording workflow" feature flagPhil Nguyen
2022-03-29Remove "jni tracking" feature flagPhil Nguyen
2022-03-22Remove unnecessary MEMORY_ALLOC_SAMPLING commandShukang Zhou
2022-03-18Sync with perflibPhil Nguyen
2022-03-02Sync with perflibPhil Nguyen
2022-02-25Fix live allocations for completed recordingsShukang Zhou
2022-02-19Add diagnosis messages to simpleperf sample reporterShukang Zhou
2022-02-19Rename `computeDominators` -> `computeRetainedSizes`Phil Nguyen
2022-02-18Update error messaging for STOP_TRACE failuresYi Yang
2022-02-15Fix simpleperf error in release buldsYi Yang
2022-02-12Fix {de,}allocationSize not updating when filter updatedPhil Nguyen
2022-02-11Fix initial UI freeze when loading large perfetto tracePhil Nguyen
2022-02-10Fix event re-selectionPhil Nguyen
2022-02-02Restrict `ClassifierSet`'s state representationPhil Nguyen
2022-02-02Convert `ClassifierSet` and friends to KotlinPhil Nguyen
2022-02-02Refactor `MethodSet`Phil Nguyen
2022-01-31Replace iterations with bulk callsAndrey.Cherkasov
2022-01-24Use JvmImportTom Renn
2022-01-21Add feature flag for profileable buildsYi Yang
2022-01-20Deprecate StudioPathManager#getSourcesRootEugene Yakavets