Add possibility to show execution time in the footer
[project/luci.git] / libs / sgi-cgi / luasrc / sgi / cgi.lua
index 3fec6969b8b1c8a50b15a047eee64a5aba829e19..04ae9aa5926b44d12d27d4ebef4d4171e0c99ead 100644 (file)
@@ -23,6 +23,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 ]]--
+exectime = os.clock()
 module("luci.sgi.cgi", package.seeall)
 local ltn12 = require("luci.ltn12")
 require("nixio.util")