end_profiling

end_profiling() -> list(unicode)

Stop the interactive profiling session.

Returns a string with the time in milliseconds spent in each evaluated plugs. The string format is the plug full path followed by the timing in ms, separated with a ; character.

Return type:list(unicode)