From 22446fe1c83de392bae8ae06f1a15750b0120632 Mon Sep 17 00:00:00 2001
From: dangqingqing <dangqingqing@baidu.com>
Date: Tue, 19 Dec 2017 13:35:03 +0800
Subject: [PATCH] Fix the config arguments.

---
 python/paddle/v2/fluid/profiler.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/python/paddle/v2/fluid/profiler.py b/python/paddle/v2/fluid/profiler.py
index fb21ec4f34..5093c269f7 100644
--- a/python/paddle/v2/fluid/profiler.py
+++ b/python/paddle/v2/fluid/profiler.py
@@ -17,12 +17,11 @@ NVPROF_CONFIG = [
     "memtransferhostmemtype",
     "streamid",
     "cacheconfigrequested",
-    "cacheconfigrequested",
-    "cacheconfigrequested",
+    "cacheconfigexecuted",
+    "countermodeaggregate",
     "enableonstart 0",
-    "conckerneltrace",
-    "active_warps",
     "active_warps",
+    "active_cycles",
 ]