Skip to content

Instantly share code, notes, and snippets.

@thrawn01
Last active June 23, 2017 16:10
Show Gist options
  • Save thrawn01/ebf20dbd02cf9f568980a052cf3953c2 to your computer and use it in GitHub Desktop.
Save thrawn01/ebf20dbd02cf9f568980a052cf3953c2 to your computer and use it in GitHub Desktop.

Time Spent

  • 17.30% - events.Parse() Parsing JSON events
  • 15.05% - eventbus-go.grpcEventFetcher() Reading events from kafka-pixy
  • 10.44% - counter.updateWorker() flushing counter cache to C*
  • 3.73% - counter.Bump() incrementing counter cache
  • 5.52% - gocql.recv() handles async responses from C*
  • 6.74% - grpc/transport.reader() handles async responses? Runs in separate go-routine!

Top Malloc users

  1. easyjson.Unmarshal()
  2. events.Parse()
  3. gocql.recv()
  4. gocql.executeQuery()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment