Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Profiler: Operator Aggregate Stats Duplication #15243

Description

@Zha0q1

When call profiler.dumps(), operators' call count is 2x the actual value.

This is because in ProfileOperator class in profiler.h, we are profiling a single operator call both as operator and as task (i.e. generating two events in the dump file for each operator call). However, in AggregateStats, we are simply mapping operator names to its stats. We should be a duplication check somewhere.

Screen Shot 2019-06-13 at 12 57 08 PM

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugProfilerMXNet profiling issues

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions