Skip to content

Commit fded197

Browse files
committed
line profiler removed
1 parent 0fbd981 commit fded197

File tree

3 files changed

+57
-131
lines changed

3 files changed

+57
-131
lines changed

examples/profile-fractional-differentiation.ipynb

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"%matplotlib inline\n",
2525
"\n",
2626
"#!pip install memory_profiler\n",
27-
"import line_profiler\n",
28-
"%load_ext line_profiler\n",
29-
"\n",
30-
"#!pip install memory_profiler\n",
3127
"import memory_profiler\n",
3228
"%load_ext memory_profiler"
3329
]
@@ -202,10 +198,10 @@
202198
"name": "stdout",
203199
"output_type": "stream",
204200
"text": [
205-
"669 µs ± 104 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n",
206-
"2.73 ms ± 20 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n",
207-
"79 µs ± 6.34 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each)\n",
208-
"38.2 µs ± 783 ns per loop (mean ± std. dev. of 7 runs, 10000 loops each)\n"
201+
"908 µs ± 236 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n",
202+
"4.11 ms ± 558 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)\n",
203+
"123 µs ± 19.7 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each)\n",
204+
"122 µs ± 23.2 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each)\n"
209205
]
210206
}
211207
],
@@ -232,10 +228,10 @@
232228
"name": "stdout",
233229
"output_type": "stream",
234230
"text": [
235-
"peak memory: 87.59 MiB, increment: -0.13 MiB\n",
236-
"peak memory: 87.59 MiB, increment: 0.00 MiB\n",
237-
"peak memory: 87.60 MiB, increment: 0.01 MiB\n",
238-
"peak memory: 87.61 MiB, increment: 0.02 MiB\n"
231+
"peak memory: 83.79 MiB, increment: -0.24 MiB\n",
232+
"peak memory: 83.79 MiB, increment: 0.00 MiB\n",
233+
"peak memory: 83.79 MiB, increment: 0.00 MiB\n",
234+
"peak memory: 83.80 MiB, increment: 0.01 MiB\n"
239235
]
240236
}
241237
],
@@ -274,7 +270,7 @@
274270
"name": "python",
275271
"nbconvert_exporter": "python",
276272
"pygments_lexer": "ipython3",
277-
"version": "3.7.1"
273+
"version": "3.7.5"
278274
}
279275
},
280276
"nbformat": 4,

0 commit comments

Comments
 (0)