Setup: Remove various Profile sections
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 22 May 2018 13:35:21 +0000 (14:35 +0100)
committerKrinkle <krinklemail@gmail.com>
Tue, 22 May 2018 22:23:39 +0000 (22:23 +0000)
commit1796d99f7083c9ac7a5a0f18b14d4e3568af37c9
tree7d29fb78a12030f8dd2a8cb4493608b9d2ce55c5
parent39ca88374ed3bb9c40ea7fe0ff4c5e79e1ebef6e
Setup: Remove various Profile sections

Before:
- Setup.php
- - Setup.php-defaults
- - Setup.php-validation
- - Setup.php-defaults2
- - Setup.php-misc1
- - Setup.php-memcached
- - Setup.php-globals
- - - Setup.php-session
- - Setup.php-extensions
- - - Setup.php-extensions-{extensionName}
- - - Setup.php-autocreate

After:
- Setup.php
- - Setup.php-defaults
- - Setup.php-defaults2
- - Setup.php-misc
- - Setup.php-globals
- - Setup.php-extensions

The removed sections are mainly things were essentially sections
consisting of one invocation, which profilers already track
natively.

Bug: T189966
Change-Id: I1ed648cdcca9e5a9ea7013394381eacd67f327a3
includes/Setup.php