Skip to content

Instantly share code, notes, and snippets.

@jeanqasaur
Last active September 21, 2021 17:20
Show Gist options
  • Save jeanqasaur/8e5dd0993d601641171cd79fe2d907ad to your computer and use it in GitHub Desktop.
Save jeanqasaur/8e5dd0993d601641171cd79fe2d907ad to your computer and use it in GitHub Desktop.
Profiles before and after using a preallocated stack
// before
flat flat% sum% cum cum%
7562.56MB 27.14% 27.14% 7562.56MB 27.14% github.com/akitasoftware/akita-libs/visitors/http_rest.stackVisitorContext.appendPath
// after
flat flat% sum% cum cum%
1225.56MB 5.99% 23.87% 2439.59MB 11.93% github.com/akitasoftware/akita-libs/visitors/http_rest.stackVisitorContext.EnterStruct
892.03MB 4.36% 33.36% 892.03MB 4.36% github.com/akitasoftware/akita-libs/visitors/http_rest.stackVisitorContext.appendPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment