add profiler module to paddle_serving_app
Created by: guru4elephant
we need a profiler that is programable, for example
with paddle_serving_app.profiler.profile() as prof:
fetch_map = client.predict(feed=feed_dict, fetch = fetch_list, profiler=prof)
prof.print_info()
prof.save_trace_file("detection.trace")