Download this file
1 2 3 4 5 6 7 8
import StyleSheet, time, os start = time.clock() styles = StyleSheet.SSSStyleSheet(os.path.join('clock','example.sss')) result = styles.cssText end = time.clock() print result print "It took", end - start, "seconds to process this file."