Author:   Lars Michelsen <[email protected]>
Date:     Wed Feb  1 18:58:31 2012 +0100
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Wed Feb  1 18:58:31 2012 +0100

Switched paths to xhprof lib files to default paths (at least in ubuntu)

---

 share/server/core/functions/debug.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/server/core/functions/debug.php 
b/share/server/core/functions/debug.php
index f3a78ec..9aa52eb 100644
--- a/share/server/core/functions/debug.php
+++ b/share/server/core/functions/debug.php
@@ -69,8 +69,8 @@ function profilingStart() {
 }
 
 function profilingFinalize($pre) {
-       include_once "/var/www/xhprof_lib/utils/xhprof_lib.php";
-       include_once "/var/www/xhprof_lib/utils/xhprof_runs.php";
+       include_once "/usr/share/php5-xhprof/xhprof_lib/utils/xhprof_lib.php";
+       include_once "/usr/share/php5-xhprof/xhprof_lib/utils/xhprof_runs.php";
 
        $xhprof_runs = new XHProfRuns_Default();
        $xhprof_runs->save_run(xhprof_disable(), 'nagvis-'.$pre);


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to