From b59fd6cf78ef93e447209587fd2c1bf12742bfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 20 Mar 2019 20:23:51 +0100 Subject: [PATCH] Profiling --- README.md | 4 ++-- web/script.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14dbf94..7a1e055 100644 --- a/README.md +++ b/README.md @@ -1783,8 +1783,8 @@ def odds_handler(sport): ``` -Profile -------- +Profiling +--------- ### Basic ```python from time import time diff --git a/web/script.js b/web/script.js index ab689f3..b9525a5 100644 --- a/web/script.js +++ b/web/script.js @@ -38,7 +38,7 @@ var TOC = '
' + ' \'4. System\': [Print, Input, Command_Line_Arguments, Open, Pathᴺᴱᵂ, Command_Execution],\n' + ' \'5. Data\': [CSV, JSON, Pickle, SQLite, Bytes, Struct, Array, MemoryView, Deque],\n' + ' \'6. Advanced\': [Threading, Introspection, Metaprograming, Operator, Eval, Coroutine],\n' + -' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Loggingᴺᴱᵂ, Scraping, Web, Profile,\n' + +' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Loggingᴺᴱᵂ, Scraping, Web, Profiling,\n' + ' NumPy, Image, Audio]\n' + '}\n' + -'\n' \ No newline at end of file +'\n'