Quiz Yourself on Benchmarking

Test yourself on benchmarking with Python.

We'll cover the following...

Quiz

1.

____ helps to keep track of the memory usage by a python while executing to determine the performance of the program.

A.

line_profiler

B.

profilehooks

C.

memory_profiler

D.

cProfile


1 / 3