Skip to content

Instantly share code, notes, and snippets.

@pilec
Created July 9, 2015 12:50
Show Gist options
  • Save pilec/35281624f4090999af63 to your computer and use it in GitHub Desktop.
Save pilec/35281624f4090999af63 to your computer and use it in GitHub Desktop.
jak na peak usage
//funkci
var_dump(memory_get_peak_usage()); // 11
//funkci <-
var_dump(memory_get_peak_usage()); // 89
//funkci
var_dump(memory_get_peak_usage()); // 90
//funkci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment