~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to sched/validate_util.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    RESULT& result, std::string& path, std::string& name
45
45
);
46
46
 
47
 
extern double median_mean_credit(WORKUNIT&, std::vector<RESULT>& results);
48
47
extern int get_credit_from_wu(WORKUNIT&, std::vector<RESULT>& results, double&);
49
 
extern double stddev_credit(WORKUNIT&, std::vector<RESULT>& results);
50
 
extern double two_credit(WORKUNIT&, std::vector<RESULT>& results);
51
 
extern int update_credit_per_cpu_sec(
52
 
    double credit, double cpu_time, double& credit_per_cpu_sec
53
 
);
54
48
#endif